Html Css Color HEX #AB1124 Carmine

📋 copy color: '#AB1124'

red 171 ◦ green 17 ◦ blue 36

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

Shades of Carmine #AB1124

Tints of Carmine #AB1124

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.59%

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

R = 76.34%
G = 7.59%
B = 16.07%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.79

 K value IS 0.33

RGB Variations

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

Color information

#AB1124 (or 0xAB1124) is known color: Carmine. HEX triplet: AB, 11 and 24. RGB value is (171,17,36). Sum of RGB (Red+Green+Blue) = 171+17+36=224 (29% of max value = 765). Red value is 171 (67.19% from 255 or 76.34% from 224); Green value is 17 (7.03% from 255 or 7.59% from 224); Blue value is 36 (14.45% from 255 or 16.07% from 224); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1124 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1124 is #54EEDB. Grayscale: #414141. Windows color (decimal): -5566172 or 2363819. OLE color: 2363819.

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

Color convert

RGB 171 17 36 -
CMYK 0 0.90 0.79 0.33
HSL 352.6º 0.82% 0.37% -
HSV(B) 352.6º 0.9% 0.67% -
XYZ 17.31 9.19 2.53 -
YUV 65.21 111.52 203.46 -
System Red Green Blue C M Y K H S L
Decimal 171 17 36 0 0.90 0.79 0.33 352.6 0.82 0.37
Hex AB 11 24 0 5A 4F 21 161 52 25
Octal 253 21 44 0 132 117 41 541 122 45
Binary 10101011 10001 100100 0 1011010 1001111 100001 101100001 1010010 100101

Color Harmonies of #AB1124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1124

Black with #AB1124

Text Example


Text Example

White with #AB1124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1124; }

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

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

background-color css

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

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

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

border-color css

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

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

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