Html Css Color HEX #AB0209 Sangria

📋 copy color: '#AB0209'

red 171 ◦ green 2 ◦ blue 9

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

Shades of Sangria #AB0209

Tints of Sangria #AB0209

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.1%

 BLUE value IS 9 (3.91% from 255) = 4.95%

R = 93.96%
G = 1.1%
B = 4.95%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#AB0209 (or 0xAB0209) is known color: Sangria. HEX triplet: AB, 02 and 09. RGB value is (171,2,9). Sum of RGB (Red+Green+Blue) = 171+2+9=182 (24% of max value = 765). Red value is 171 (67.19% from 255 or 93.96% from 182); Green value is 2 (1.17% from 255 or 1.10% from 182); Blue value is 9 (3.91% from 255 or 4.95% from 182); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0209 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB0209 is #54FDF6. Grayscale: #353535. Windows color (decimal): -5570039 or 590507. OLE color: 590507.

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

Color convert

RGB 171 2 9 -
CMYK 0 0.99 0.95 0.33
HSL 357.51º 0.98% 0.34% -
HSV(B) 357.51º 0.99% 0.67% -
XYZ 16.87 8.72 1.05 -
YUV 53.33 102.99 211.93 -
System Red Green Blue C M Y K H S L
Decimal 171 2 9 0 0.99 0.95 0.33 357.51 0.98 0.34
Hex AB 2 9 0 63 5F 21 166 62 22
Octal 253 2 11 0 143 137 41 546 142 42
Binary 10101011 10 1001 0 1100011 1011111 100001 101100110 1100010 100010

Color Harmonies of #AB0209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0209

Black with #AB0209

Text Example


Text Example

White with #AB0209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0209; }

 p { color: rgb(171,2,9); }

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

background-color css

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

 a { background-color: rgb(171,2,9); }

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

border-color css

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

 span { border-color: rgb(171,2,9); }

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