Html Css Color HEX #AB0E0F Sangria

📋 copy color: '#AB0E0F'

red 171 ◦ green 14 ◦ blue 15

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

Shades of Sangria #AB0E0F

Tints of Sangria #AB0E0F

RGB

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

 GREEN value IS 14 (5.86% from 255) = 7%

 BLUE value IS 15 (6.25% from 255) = 7.5%

R = 85.5%
G = 7%
B = 7.5%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AB0E0F (or 0xAB0E0F) is known color: Sangria. HEX triplet: AB, 0E and 0F. RGB value is (171,14,15). Sum of RGB (Red+Green+Blue) = 171+14+15=200 (26% of max value = 765). Red value is 171 (67.19% from 255 or 85.5% from 200); Green value is 14 (5.86% from 255 or 7% from 200); Blue value is 15 (6.25% from 255 or 7.5% from 200); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0E0F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB0E0F is #54F1F0. Grayscale: #3D3D3D. Windows color (decimal): -5566961 or 986795. OLE color: 986795.

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

Color convert

RGB 171 14 15 -
CMYK 0 0.92 0.91 0.33
HSL 359.62º 0.85% 0.36% -
HSV(B) 359.62º 0.92% 0.67% -
XYZ 17.04 9.01 1.29 -
YUV 61.06 102.01 206.42 -
System Red Green Blue C M Y K H S L
Decimal 171 14 15 0 0.92 0.91 0.33 359.62 0.85 0.36
Hex AB E F 0 5C 5B 21 168 55 24
Octal 253 16 17 0 134 133 41 550 125 44
Binary 10101011 1110 1111 0 1011100 1011011 100001 101101000 1010101 100100

Color Harmonies of #AB0E0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0E0F

Black with #AB0E0F

Text Example


Text Example

White with #AB0E0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0E0F; }

 p { color: rgb(171,14,15); }

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

background-color css

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

 a { background-color: rgb(171,14,15); }

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

border-color css

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

 span { border-color: rgb(171,14,15); }

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