Html Css Color HEX #AB0C19 Carmine

📋 copy color: '#AB0C19'

red 171 ◦ green 12 ◦ blue 25

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

Shades of Carmine #AB0C19

Tints of Carmine #AB0C19

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.77%

 BLUE value IS 25 (10.16% from 255) = 12.02%

R = 82.21%
G = 5.77%
B = 12.02%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AB0C19 (or 0xAB0C19) is known color: Carmine. HEX triplet: AB, 0C and 19. RGB value is (171,12,25). Sum of RGB (Red+Green+Blue) = 171+12+25=208 (27% of max value = 765). Red value is 171 (67.19% from 255 or 82.21% from 208); Green value is 12 (5.08% from 255 or 5.77% from 208); Blue value is 25 (10.16% from 255 or 12.02% from 208); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0C19 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB0C19 is #54F3E6. Grayscale: #3D3D3D. Windows color (decimal): -5567463 or 1641643. OLE color: 1641643.

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

Color convert

RGB 171 12 25 -
CMYK 0 0.93 0.85 0.33
HSL 355.09º 0.87% 0.36% -
HSV(B) 355.09º 0.93% 0.67% -
XYZ 17.1 8.99 1.75 -
YUV 61.02 107.68 206.44 -
System Red Green Blue C M Y K H S L
Decimal 171 12 25 0 0.93 0.85 0.33 355.09 0.87 0.36
Hex AB C 19 0 5D 55 21 163 57 24
Octal 253 14 31 0 135 125 41 543 127 44
Binary 10101011 1100 11001 0 1011101 1010101 100001 101100011 1010111 100100

Color Harmonies of #AB0C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0C19

Black with #AB0C19

Text Example


Text Example

White with #AB0C19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0C19; }

 p { color: rgb(171,12,25); }

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

background-color css

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

 a { background-color: rgb(171,12,25); }

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

border-color css

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

 span { border-color: rgb(171,12,25); }

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