Html Css Color HEX #AC0324 Carmine

📋 copy color: '#AC0324'

red 172 ◦ green 3 ◦ blue 36

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

Shades of Carmine #AC0324

Tints of Carmine #AC0324

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.42%

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

R = 81.52%
G = 1.42%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.79

 K value IS 0.33

RGB Variations

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

Color information

#AC0324 (or 0xAC0324) is known color: Carmine. HEX triplet: AC, 03 and 24. RGB value is (172,3,36). Sum of RGB (Red+Green+Blue) = 172+3+36=211 (27% of max value = 765). Red value is 172 (67.58% from 255 or 81.52% from 211); Green value is 3 (1.56% from 255 or 1.42% from 211); Blue value is 36 (14.45% from 255 or 17.06% from 211); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0324 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0324 is #53FCDB. Grayscale: #393939. Windows color (decimal): -5504220 or 2360236. OLE color: 2360236.

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

Color convert

RGB 172 3 36 -
CMYK 0 0.98 0.79 0.33
HSL 348.28º 0.97% 0.34% -
HSV(B) 348.28º 0.98% 0.67% -
XYZ 17.36 8.96 2.48 -
YUV 57.29 115.99 209.82 -
System Red Green Blue C M Y K H S L
Decimal 172 3 36 0 0.98 0.79 0.33 348.28 0.97 0.34
Hex AC 3 24 0 62 4F 21 15C 61 22
Octal 254 3 44 0 142 117 41 534 141 42
Binary 10101100 11 100100 0 1100010 1001111 100001 101011100 1100001 100010

Color Harmonies of #AC0324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0324

Black with #AC0324

Text Example


Text Example

White with #AC0324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0324; }

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

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

background-color css

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

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

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

border-color css

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

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

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