Html Css Color HEX #AB1424 Carmine

📋 copy color: '#AB1424'

red 171 ◦ green 20 ◦ blue 36

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

Shades of Carmine #AB1424

Tints of Carmine #AB1424

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.81%

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

R = 75.33%
G = 8.81%
B = 15.86%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.79

 K value IS 0.33

RGB Variations

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

Color information

#AB1424 (or 0xAB1424) is known color: Carmine. HEX triplet: AB, 14 and 24. RGB value is (171,20,36). Sum of RGB (Red+Green+Blue) = 171+20+36=227 (30% of max value = 765). Red value is 171 (67.19% from 255 or 75.33% from 227); Green value is 20 (8.20% from 255 or 8.81% from 227); Blue value is 36 (14.45% from 255 or 15.86% from 227); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1424 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1424 is #54EBDB. Grayscale: #434343. Windows color (decimal): -5565404 or 2364587. OLE color: 2364587.

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

Color convert

RGB 171 20 36 -
CMYK 0 0.88 0.79 0.33
HSL 353.64º 0.79% 0.37% -
HSV(B) 353.64º 0.88% 0.67% -
XYZ 17.36 9.29 2.55 -
YUV 66.97 110.53 202.2 -
System Red Green Blue C M Y K H S L
Decimal 171 20 36 0 0.88 0.79 0.33 353.64 0.79 0.37
Hex AB 14 24 0 58 4F 21 162 4F 25
Octal 253 24 44 0 130 117 41 542 117 45
Binary 10101011 10100 100100 0 1011000 1001111 100001 101100010 1001111 100101

Color Harmonies of #AB1424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1424

Black with #AB1424

Text Example


Text Example

White with #AB1424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1424; }

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

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

background-color css

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

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

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

border-color css

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

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

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