Html Css Color HEX #AC1420 Carmine

📋 copy color: '#AC1420'

red 172 ◦ green 20 ◦ blue 32

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

Shades of Carmine #AC1420

Tints of Carmine #AC1420

RGB

 RED value IS 172 (67.58% from 255) = 76.79%

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

 BLUE value IS 32 (12.89% from 255) = 14.29%

R = 76.79%
G = 8.93%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AC1420 (or 0xAC1420) is known color: Carmine. HEX triplet: AC, 14 and 20. RGB value is (172,20,32). Sum of RGB (Red+Green+Blue) = 172+20+32=224 (29% of max value = 765). Red value is 172 (67.58% from 255 or 76.79% from 224); Green value is 20 (8.20% from 255 or 8.93% from 224); Blue value is 32 (12.89% from 255 or 14.29% from 224); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1420 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1420 is #53EBDF. Grayscale: #424242. Windows color (decimal): -5499872 or 2102444. OLE color: 2102444.

HSL color Cylindrical-coordinate representation of color #AC1420: hue angle of 355.26º degrees, saturation: 0.79, 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 #AC1420 is Cyan = 0, Magento = 0.88, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 20 32 -
CMYK 0 0.88 0.81 0.33
HSL 355.26º 0.79% 0.38% -
HSV(B) 355.26º 0.88% 0.67% -
XYZ 17.52 9.38 2.25 -
YUV 66.82 108.36 203.02 -
System Red Green Blue C M Y K H S L
Decimal 172 20 32 0 0.88 0.81 0.33 355.26 0.79 0.38
Hex AC 14 20 0 58 51 21 163 4F 26
Octal 254 24 40 0 130 121 41 543 117 46
Binary 10101100 10100 100000 0 1011000 1010001 100001 101100011 1001111 100110

Color Harmonies of #AC1420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1420

Black with #AC1420

Text Example


Text Example

White with #AC1420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1420; }

 p { color: rgb(172,20,32); }

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

background-color css

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

 a { background-color: rgb(172,20,32); }

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

border-color css

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

 span { border-color: rgb(172,20,32); }

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