Html Css Color HEX #AB0708 Sangria

📋 copy color: '#AB0708'

red 171 ◦ green 7 ◦ blue 8

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

Shades of Sangria #AB0708

Tints of Sangria #AB0708

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.76%

 BLUE value IS 8 (3.52% from 255) = 4.3%

R = 91.94%
G = 3.76%
B = 4.3%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#AB0708 (or 0xAB0708) is known color: Sangria. HEX triplet: AB, 07 and 08. RGB value is (171,7,8). Sum of RGB (Red+Green+Blue) = 171+7+8=186 (24% of max value = 765). Red value is 171 (67.19% from 255 or 91.94% from 186); Green value is 7 (3.12% from 255 or 3.76% from 186); Blue value is 8 (3.52% from 255 or 4.30% from 186); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0708 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB0708 is #54F8F7. Grayscale: #383838. Windows color (decimal): -5568760 or 526251. OLE color: 526251.

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

Color convert

RGB 171 7 8 -
CMYK 0 0.96 0.95 0.33
HSL 359.63º 0.92% 0.35% -
HSV(B) 359.63º 0.96% 0.67% -
XYZ 16.91 8.83 1.04 -
YUV 56.15 100.83 209.92 -
System Red Green Blue C M Y K H S L
Decimal 171 7 8 0 0.96 0.95 0.33 359.63 0.92 0.35
Hex AB 7 8 0 60 5F 21 168 5C 23
Octal 253 7 10 0 140 137 41 550 134 43
Binary 10101011 111 1000 0 1100000 1011111 100001 101101000 1011100 100011

Color Harmonies of #AB0708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0708

Black with #AB0708

Text Example


Text Example

White with #AB0708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0708; }

 p { color: rgb(171,7,8); }

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

background-color css

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

 a { background-color: rgb(171,7,8); }

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

border-color css

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

 span { border-color: rgb(171,7,8); }

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