Html Css Color HEX #AB1524 Carmine

📋 copy color: '#AB1524'

red 171 ◦ green 21 ◦ blue 36

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

Shades of Carmine #AB1524

Tints of Carmine #AB1524

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.21%

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

R = 75%
G = 9.21%
B = 15.79%

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

#AB1524 (or 0xAB1524) is known color: Carmine. HEX triplet: AB, 15 and 24. RGB value is (171,21,36). Sum of RGB (Red+Green+Blue) = 171+21+36=228 (30% of max value = 765). Red value is 171 (67.19% from 255 or 75% from 228); Green value is 21 (8.59% from 255 or 9.21% from 228); Blue value is 36 (14.45% from 255 or 15.79% from 228); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1524 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1524 is #54EADB. Grayscale: #434343. Windows color (decimal): -5565148 or 2364843. OLE color: 2364843.

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

Color convert

RGB 171 21 36 -
CMYK 0 0.88 0.79 0.33
HSL 354º 0.78% 0.38% -
HSV(B) 354º 0.88% 0.67% -
XYZ 17.38 9.32 2.55 -
YUV 67.56 110.2 201.78 -
System Red Green Blue C M Y K H S L
Decimal 171 21 36 0 0.88 0.79 0.33 354 0.78 0.38
Hex AB 15 24 0 58 4F 21 162 4E 26
Octal 253 25 44 0 130 117 41 542 116 46
Binary 10101011 10101 100100 0 1011000 1001111 100001 101100010 1001110 100110

Color Harmonies of #AB1524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1524

Black with #AB1524

Text Example


Text Example

White with #AB1524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1524; }

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

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

background-color css

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

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

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

border-color css

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

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

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