Html Css Color HEX #AB1724 Carmine

📋 copy color: '#AB1724'

red 171 ◦ green 23 ◦ blue 36

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

Shades of Carmine #AB1724

Tints of Carmine #AB1724

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10%

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

R = 74.35%
G = 10%
B = 15.65%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.79

 K value IS 0.33

RGB Variations

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

Color information

#AB1724 (or 0xAB1724) is known color: Carmine. HEX triplet: AB, 17 and 24. RGB value is (171,23,36). Sum of RGB (Red+Green+Blue) = 171+23+36=230 (30% of max value = 765). Red value is 171 (67.19% from 255 or 74.35% from 230); Green value is 23 (9.38% from 255 or 10% from 230); Blue value is 36 (14.45% from 255 or 15.65% from 230); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1724 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1724 is #54E8DB. Grayscale: #444444. Windows color (decimal): -5564636 or 2365355. OLE color: 2365355.

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

Color convert

RGB 171 23 36 -
CMYK 0 0.87 0.79 0.33
HSL 354.73º 0.76% 0.38% -
HSV(B) 354.73º 0.87% 0.67% -
XYZ 17.42 9.4 2.56 -
YUV 68.73 109.53 200.94 -
System Red Green Blue C M Y K H S L
Decimal 171 23 36 0 0.87 0.79 0.33 354.73 0.76 0.38
Hex AB 17 24 0 57 4F 21 163 4C 26
Octal 253 27 44 0 127 117 41 543 114 46
Binary 10101011 10111 100100 0 1010111 1001111 100001 101100011 1001100 100110

Color Harmonies of #AB1724

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1724

Black with #AB1724

Text Example


Text Example

White with #AB1724

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1724; }

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

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

background-color css

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

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

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

border-color css

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

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

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