Html Css Color HEX #951B3A Bright Red

📋 copy color: '#951B3A'

red 149 ◦ green 27 ◦ blue 58

#951B3A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bright Red #951B3A

Tints of Bright Red #951B3A

RGB

 RED value IS 149 (58.59% from 255) = 63.68%

 GREEN value IS 27 (10.94% from 255) = 11.54%

 BLUE value IS 58 (23.05% from 255) = 24.79%

R = 63.68%
G = 11.54%
B = 24.79%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.61

 K value IS 0.42

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#951B3A (or 0x951B3A) is known color: Bright Red. HEX triplet: 95, 1B and 3A. RGB value is (149,27,58). Sum of RGB (Red+Green+Blue) = 149+27+58=234 (30% of max value = 765). Red value is 149 (58.59% from 255 or 63.68% from 234); Green value is 27 (10.94% from 255 or 11.54% from 234); Blue value is 58 (23.05% from 255 or 24.79% from 234); Max value from RGB is 149 - color contains mainly: red. Hex color #951B3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #951B3A is #6AE4C5. Grayscale: #434343. Windows color (decimal): -7005382 or 3808149. OLE color: 3808149.

HSL color Cylindrical-coordinate representation of color #951B3A: hue angle of 344.75º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #951B3A is Cyan = 0, Magento = 0.82, Yellow = 0.61 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 27 58 -
CMYK 0 0.82 0.61 0.42
HSL 344.75º 0.69% 0.35% -
HSV(B) 344.75º 0.82% 0.58% -
XYZ 13.55 7.48 4.73 -
YUV 67.01 122.92 186.48 -
System Red Green Blue C M Y K H S L
Decimal 149 27 58 0 0.82 0.61 0.42 344.75 0.69 0.35
Hex 95 1B 3A 0 52 3D 2A 159 45 23
Octal 225 33 72 0 122 75 52 531 105 43
Binary 10010101 11011 111010 0 1010010 111101 101010 101011001 1000101 100011

Color Harmonies of #951B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951B3A

Black with #951B3A

Text Example


Text Example

White with #951B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951B3A; }

 p { color: rgb(149,27,58); }

 H1.HeaderClassName
 {
   color: #951B3A;
 }
 .AnyTagClassName
 {
   color: #951B3A;
 }
</style>

background-color css

<style>
 a { background-color: #951B3A; }

 a { background-color: rgb(149,27,58); }

 div.DivClassName
 {
   background-color: #951B3A;
 }
 .BgClassName
 {
   background-color: #951B3A;
 }
</style>

border-color css

<style>
 span { border-color: #951B3A; }

 span { border-color: rgb(149,27,58); }

 td.TdClassName
 {
   border-color: #951B3A;
 }
 .TagClassName
 {
   border-color: #951B3A;
 }
</style>