Html Css Color HEX #AB0B15 Carmine

📋 copy color: '#AB0B15'

red 171 ◦ green 11 ◦ blue 21

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

Shades of Carmine #AB0B15

Tints of Carmine #AB0B15

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.42%

 BLUE value IS 21 (8.59% from 255) = 10.34%

R = 84.24%
G = 5.42%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AB0B15 (or 0xAB0B15) is known color: Carmine. HEX triplet: AB, 0B and 15. RGB value is (171,11,21). Sum of RGB (Red+Green+Blue) = 171+11+21=203 (26% of max value = 765). Red value is 171 (67.19% from 255 or 84.24% from 203); Green value is 11 (4.69% from 255 or 5.42% from 203); Blue value is 21 (8.59% from 255 or 10.34% from 203); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0B15 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB0B15 is #54F4EA. Grayscale: #3C3C3C. Windows color (decimal): -5567723 or 1379243. OLE color: 1379243.

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

Color convert

RGB 171 11 21 -
CMYK 0 0.94 0.88 0.33
HSL 356.25º 0.88% 0.36% -
HSV(B) 356.25º 0.94% 0.67% -
XYZ 17.05 8.95 1.54 -
YUV 59.98 106.01 207.19 -
System Red Green Blue C M Y K H S L
Decimal 171 11 21 0 0.94 0.88 0.33 356.25 0.88 0.36
Hex AB B 15 0 5E 58 21 164 58 24
Octal 253 13 25 0 136 130 41 544 130 44
Binary 10101011 1011 10101 0 1011110 1011000 100001 101100100 1011000 100100

Color Harmonies of #AB0B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0B15

Black with #AB0B15

Text Example


Text Example

White with #AB0B15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0B15; }

 p { color: rgb(171,11,21); }

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

background-color css

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

 a { background-color: rgb(171,11,21); }

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

border-color css

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

 span { border-color: rgb(171,11,21); }

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