Html Css Color HEX #AB0A1D Carmine

📋 copy color: '#AB0A1D'

red 171 ◦ green 10 ◦ blue 29

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

Shades of Carmine #AB0A1D

Tints of Carmine #AB0A1D

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.76%

 BLUE value IS 29 (11.72% from 255) = 13.81%

R = 81.43%
G = 4.76%
B = 13.81%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.83

 K value IS 0.33

RGB Variations

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

Color information

#AB0A1D (or 0xAB0A1D) is known color: Carmine. HEX triplet: AB, 0A and 1D. RGB value is (171,10,29). Sum of RGB (Red+Green+Blue) = 171+10+29=210 (27% of max value = 765). Red value is 171 (67.19% from 255 or 81.43% from 210); Green value is 10 (4.30% from 255 or 4.76% from 210); Blue value is 29 (11.72% from 255 or 13.81% from 210); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0A1D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0A1D is #54F5E2. Grayscale: #3C3C3C. Windows color (decimal): -5567971 or 1903275. OLE color: 1903275.

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

Color convert

RGB 171 10 29 -
CMYK 0 0.94 0.83 0.33
HSL 352.92º 0.89% 0.35% -
HSV(B) 352.92º 0.94% 0.67% -
XYZ 17.12 8.96 1.99 -
YUV 60.31 110.34 206.96 -
System Red Green Blue C M Y K H S L
Decimal 171 10 29 0 0.94 0.83 0.33 352.92 0.89 0.35
Hex AB A 1D 0 5E 53 21 161 59 23
Octal 253 12 35 0 136 123 41 541 131 43
Binary 10101011 1010 11101 0 1011110 1010011 100001 101100001 1011001 100011

Color Harmonies of #AB0A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0A1D

Black with #AB0A1D

Text Example


Text Example

White with #AB0A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0A1D; }

 p { color: rgb(171,10,29); }

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

background-color css

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

 a { background-color: rgb(171,10,29); }

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

border-color css

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

 span { border-color: rgb(171,10,29); }

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