Html Css Color HEX #AB1224 Carmine

📋 copy color: '#AB1224'

red 171 ◦ green 18 ◦ blue 36

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

Shades of Carmine #AB1224

Tints of Carmine #AB1224

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8%

 BLUE value IS 36 (14.45% from 255) = 16%

R = 76%
G = 8%
B = 16%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.79

 K value IS 0.33

RGB Variations

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

Color information

#AB1224 (or 0xAB1224) is known color: Carmine. HEX triplet: AB, 12 and 24. RGB value is (171,18,36). Sum of RGB (Red+Green+Blue) = 171+18+36=225 (29% of max value = 765). Red value is 171 (67.19% from 255 or 76% from 225); Green value is 18 (7.42% from 255 or 8% from 225); Blue value is 36 (14.45% from 255 or 16% from 225); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1224 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1224 is #54EDDB. Grayscale: #414141. Windows color (decimal): -5565916 or 2364075. OLE color: 2364075.

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

Color convert

RGB 171 18 36 -
CMYK 0 0.89 0.79 0.33
HSL 352.94º 0.81% 0.37% -
HSV(B) 352.94º 0.89% 0.67% -
XYZ 17.33 9.22 2.53 -
YUV 65.8 111.19 203.04 -
System Red Green Blue C M Y K H S L
Decimal 171 18 36 0 0.89 0.79 0.33 352.94 0.81 0.37
Hex AB 12 24 0 59 4F 21 161 51 25
Octal 253 22 44 0 131 117 41 541 121 45
Binary 10101011 10010 100100 0 1011001 1001111 100001 101100001 1010001 100101

Color Harmonies of #AB1224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1224

Black with #AB1224

Text Example


Text Example

White with #AB1224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1224; }

 p { color: rgb(171,18,36); }

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

background-color css

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

 a { background-color: rgb(171,18,36); }

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

border-color css

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

 span { border-color: rgb(171,18,36); }

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