Html Css Color HEX #AC1224 Carmine

📋 copy color: '#AC1224'

red 172 ◦ green 18 ◦ blue 36

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

Shades of Carmine #AC1224

Tints of Carmine #AC1224

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.96%

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

R = 76.11%
G = 7.96%
B = 15.93%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.79

 K value IS 0.33

RGB Variations

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

Color information

#AC1224 (or 0xAC1224) is known color: Carmine. HEX triplet: AC, 12 and 24. RGB value is (172,18,36). Sum of RGB (Red+Green+Blue) = 172+18+36=226 (29% of max value = 765). Red value is 172 (67.58% from 255 or 76.11% from 226); Green value is 18 (7.42% from 255 or 7.96% from 226); Blue value is 36 (14.45% from 255 or 15.93% from 226); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1224 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1224 is #53EDDB. Grayscale: #424242. Windows color (decimal): -5500380 or 2364076. OLE color: 2364076.

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

Color convert

RGB 172 18 36 -
CMYK 0 0.90 0.79 0.33
HSL 352.99º 0.81% 0.37% -
HSV(B) 352.99º 0.9% 0.67% -
XYZ 17.55 9.33 2.55 -
YUV 66.1 111.02 203.54 -
System Red Green Blue C M Y K H S L
Decimal 172 18 36 0 0.90 0.79 0.33 352.99 0.81 0.37
Hex AC 12 24 0 5A 4F 21 161 51 25
Octal 254 22 44 0 132 117 41 541 121 45
Binary 10101100 10010 100100 0 1011010 1001111 100001 101100001 1010001 100101

Color Harmonies of #AC1224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1224

Black with #AC1224

Text Example


Text Example

White with #AC1224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1224; }

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

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

background-color css

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

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

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

border-color css

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

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

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