Html Css Color HEX #AB0229 Carmine

📋 copy color: '#AB0229'

red 171 ◦ green 2 ◦ blue 41

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

Shades of Carmine #AB0229

Tints of Carmine #AB0229

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.93%

 BLUE value IS 41 (16.41% from 255) = 19.16%

R = 79.91%
G = 0.93%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#AB0229 (or 0xAB0229) is known color: Carmine. HEX triplet: AB, 02 and 29. RGB value is (171,2,41). Sum of RGB (Red+Green+Blue) = 171+2+41=214 (28% of max value = 765). Red value is 171 (67.19% from 255 or 79.91% from 214); Green value is 2 (1.17% from 255 or 0.93% from 214); Blue value is 41 (16.41% from 255 or 19.16% from 214); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0229 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0229 is #54FDD6. Grayscale: #383838. Windows color (decimal): -5570007 or 2687659. OLE color: 2687659.

HSL color Cylindrical-coordinate representation of color #AB0229: hue angle of 346.15º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AB0229 is Cyan = 0, Magento = 0.99, Yellow = 0.76 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 2 41 -
CMYK 0 0.99 0.76 0.33
HSL 346.15º 0.98% 0.34% -
HSV(B) 346.15º 0.99% 0.67% -
XYZ 17.22 8.86 2.9 -
YUV 56.98 118.99 209.33 -
System Red Green Blue C M Y K H S L
Decimal 171 2 41 0 0.99 0.76 0.33 346.15 0.98 0.34
Hex AB 2 29 0 63 4C 21 15A 62 22
Octal 253 2 51 0 143 114 41 532 142 42
Binary 10101011 10 101001 0 1100011 1001100 100001 101011010 1100010 100010

Color Harmonies of #AB0229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0229

Black with #AB0229

Text Example


Text Example

White with #AB0229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0229; }

 p { color: rgb(171,2,41); }

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

background-color css

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

 a { background-color: rgb(171,2,41); }

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

border-color css

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

 span { border-color: rgb(171,2,41); }

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