Html Css Color HEX #AB0506 Sangria

📋 copy color: '#AB0506'

red 171 ◦ green 5 ◦ blue 6

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

Shades of Sangria #AB0506

Tints of Sangria #AB0506

RGB

 RED value IS 171 (67.19% from 255) = 93.96%

 GREEN value IS 5 (2.34% from 255) = 2.75%

 BLUE value IS 6 (2.73% from 255) = 3.3%

R = 93.96%
G = 2.75%
B = 3.3%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#AB0506 (or 0xAB0506) is known color: Sangria. HEX triplet: AB, 05 and 06. RGB value is (171,5,6). Sum of RGB (Red+Green+Blue) = 171+5+6=182 (24% of max value = 765). Red value is 171 (67.19% from 255 or 93.96% from 182); Green value is 5 (2.34% from 255 or 2.75% from 182); Blue value is 6 (2.73% from 255 or 3.30% from 182); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0506 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB0506 is #54FAF9. Grayscale: #363636. Windows color (decimal): -5569274 or 394667. OLE color: 394667.

HSL color Cylindrical-coordinate representation of color #AB0506: hue angle of 359.64º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AB0506 is Cyan = 0, Magento = 0.97, Yellow = 0.96 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 5 6 -
CMYK 0 0.97 0.96 0.33
HSL 359.64º 0.94% 0.35% -
HSV(B) 359.64º 0.97% 0.67% -
XYZ 16.88 8.78 0.98 -
YUV 54.75 100.5 210.92 -
System Red Green Blue C M Y K H S L
Decimal 171 5 6 0 0.97 0.96 0.33 359.64 0.94 0.35
Hex AB 5 6 0 61 60 21 168 5E 23
Octal 253 5 6 0 141 140 41 550 136 43
Binary 10101011 101 110 0 1100001 1100000 100001 101101000 1011110 100011

Color Harmonies of #AB0506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0506

Black with #AB0506

Text Example


Text Example

White with #AB0506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0506; }

 p { color: rgb(171,5,6); }

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

background-color css

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

 a { background-color: rgb(171,5,6); }

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

border-color css

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

 span { border-color: rgb(171,5,6); }

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