Html Css Color HEX #AB0509 Sangria

📋 copy color: '#AB0509'

red 171 ◦ green 5 ◦ blue 9

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

Shades of Sangria #AB0509

Tints of Sangria #AB0509

RGB

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

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

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

R = 92.43%
G = 2.7%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#AB0509 (or 0xAB0509) is known color: Sangria. HEX triplet: AB, 05 and 09. RGB value is (171,5,9). Sum of RGB (Red+Green+Blue) = 171+5+9=185 (24% of max value = 765). Red value is 171 (67.19% from 255 or 92.43% from 185); Green value is 5 (2.34% from 255 or 2.70% from 185); Blue value is 9 (3.91% from 255 or 4.86% from 185); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0509 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB0509 is #54FAF6. Grayscale: #373737. Windows color (decimal): -5569271 or 591275. OLE color: 591275.

HSL color Cylindrical-coordinate representation of color #AB0509: hue angle of 358.55º 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 #AB0509 is Cyan = 0, Magento = 0.97, Yellow = 0.95 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 5 9 -
CMYK 0 0.97 0.95 0.33
HSL 358.55º 0.94% 0.35% -
HSV(B) 358.55º 0.97% 0.67% -
XYZ 16.9 8.79 1.06 -
YUV 55.09 102 210.67 -
System Red Green Blue C M Y K H S L
Decimal 171 5 9 0 0.97 0.95 0.33 358.55 0.94 0.35
Hex AB 5 9 0 61 5F 21 167 5E 23
Octal 253 5 11 0 141 137 41 547 136 43
Binary 10101011 101 1001 0 1100001 1011111 100001 101100111 1011110 100011

Color Harmonies of #AB0509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0509

Black with #AB0509

Text Example


Text Example

White with #AB0509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0509; }

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

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

background-color css

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

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

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

border-color css

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

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

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