Html Css Color HEX #AB0406 Sangria

📋 copy color: '#AB0406'

red 171 ◦ green 4 ◦ blue 6

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

Shades of Sangria #AB0406

Tints of Sangria #AB0406

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.21%

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

R = 94.48%
G = 2.21%
B = 3.31%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#AB0406 (or 0xAB0406) is known color: Sangria. HEX triplet: AB, 04 and 06. RGB value is (171,4,6). Sum of RGB (Red+Green+Blue) = 171+4+6=181 (23% of max value = 765). Red value is 171 (67.19% from 255 or 94.48% from 181); Green value is 4 (1.95% from 255 or 2.21% from 181); Blue value is 6 (2.73% from 255 or 3.31% from 181); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0406 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB0406 is #54FBF9. Grayscale: #363636. Windows color (decimal): -5569530 or 394411. OLE color: 394411.

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

Color convert

RGB 171 4 6 -
CMYK 0 0.98 0.96 0.33
HSL 359.28º 0.95% 0.34% -
HSV(B) 359.28º 0.98% 0.67% -
XYZ 16.87 8.76 0.97 -
YUV 54.16 100.83 211.34 -
System Red Green Blue C M Y K H S L
Decimal 171 4 6 0 0.98 0.96 0.33 359.28 0.95 0.34
Hex AB 4 6 0 62 60 21 167 5F 22
Octal 253 4 6 0 142 140 41 547 137 42
Binary 10101011 100 110 0 1100010 1100000 100001 101100111 1011111 100010

Color Harmonies of #AB0406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0406

Black with #AB0406

Text Example


Text Example

White with #AB0406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0406; }

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

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

background-color css

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

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

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

border-color css

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

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

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