Html Css Color HEX #AC1624 Carmine

📋 copy color: '#AC1624'

red 172 ◦ green 22 ◦ blue 36

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

Shades of Carmine #AC1624

Tints of Carmine #AC1624

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.57%

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

R = 74.78%
G = 9.57%
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

#AC1624 (or 0xAC1624) is known color: Carmine. HEX triplet: AC, 16 and 24. RGB value is (172,22,36). Sum of RGB (Red+Green+Blue) = 172+22+36=230 (30% of max value = 765). Red value is 172 (67.58% from 255 or 74.78% from 230); Green value is 22 (8.98% from 255 or 9.57% from 230); Blue value is 36 (14.45% from 255 or 15.65% from 230); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1624 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1624 is #53E9DB. Grayscale: #444444. Windows color (decimal): -5499356 or 2365100. OLE color: 2365100.

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

Color convert

RGB 172 22 36 -
CMYK 0 0.87 0.79 0.33
HSL 354.4º 0.77% 0.38% -
HSV(B) 354.4º 0.87% 0.67% -
XYZ 17.62 9.47 2.57 -
YUV 68.45 109.7 201.86 -
System Red Green Blue C M Y K H S L
Decimal 172 22 36 0 0.87 0.79 0.33 354.4 0.77 0.38
Hex AC 16 24 0 57 4F 21 162 4D 26
Octal 254 26 44 0 127 117 41 542 115 46
Binary 10101100 10110 100100 0 1010111 1001111 100001 101100010 1001101 100110

Color Harmonies of #AC1624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1624

Black with #AC1624

Text Example


Text Example

White with #AC1624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1624; }

 p { color: rgb(172,22,36); }

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

background-color css

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

 a { background-color: rgb(172,22,36); }

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

border-color css

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

 span { border-color: rgb(172,22,36); }

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