Html Css Color HEX #AC0024 Carmine

📋 copy color: '#AC0024'

red 172 ◦ green 0 ◦ blue 36

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

Shades of Carmine #AC0024

Tints of Carmine #AC0024

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 82.69%
G = 0%
B = 17.31%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.79

 K value IS 0.33

RGB Variations

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

Color information

#AC0024 (or 0xAC0024) is known color: Carmine. HEX triplet: AC, 00 and 24. RGB value is (172,0,36). Sum of RGB (Red+Green+Blue) = 172+0+36=208 (27% of max value = 765). Red value is 172 (67.58% from 255 or 82.69% from 208); Green value is 0 (0.39% from 255 or 0% from 208); Blue value is 36 (14.45% from 255 or 17.31% from 208); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0024 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0024 is #53FFDB. Grayscale: #373737. Windows color (decimal): -5504988 or 2359468. OLE color: 2359468.

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

Color convert

RGB 172 0 36 -
CMYK 0 1 0.79 0.33
HSL 347.44º 1% 0.34% -
HSV(B) 347.44º 1% 0.67% -
XYZ 17.33 8.9 2.47 -
YUV 55.53 116.98 211.07 -
System Red Green Blue C M Y K H S L
Decimal 172 0 36 0 1 0.79 0.33 347.44 1 0.34
Hex AC 0 24 0 64 4F 21 15B 64 22
Octal 254 0 44 0 144 117 41 533 144 42
Binary 10101100 0 100100 0 1100100 1001111 100001 101011011 1100100 100010

Color Harmonies of #AC0024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0024

Black with #AC0024

Text Example


Text Example

White with #AC0024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0024; }

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

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

background-color css

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

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

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

border-color css

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

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

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