Html Css Color HEX #AC0724 Carmine

📋 copy color: '#AC0724'

red 172 ◦ green 7 ◦ blue 36

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

Shades of Carmine #AC0724

Tints of Carmine #AC0724

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.26%

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

R = 80%
G = 3.26%
B = 16.74%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.79

 K value IS 0.33

RGB Variations

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

Color information

#AC0724 (or 0xAC0724) is known color: Carmine. HEX triplet: AC, 07 and 24. RGB value is (172,7,36). Sum of RGB (Red+Green+Blue) = 172+7+36=215 (28% of max value = 765). Red value is 172 (67.58% from 255 or 80% from 215); Green value is 7 (3.12% from 255 or 3.26% from 215); Blue value is 36 (14.45% from 255 or 16.74% from 215); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0724 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0724 is #53F8DB. Grayscale: #3B3B3B. Windows color (decimal): -5503196 or 2361260. OLE color: 2361260.

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

Color convert

RGB 172 7 36 -
CMYK 0 0.96 0.79 0.33
HSL 349.45º 0.92% 0.35% -
HSV(B) 349.45º 0.96% 0.67% -
XYZ 17.41 9.05 2.5 -
YUV 59.64 114.66 208.14 -
System Red Green Blue C M Y K H S L
Decimal 172 7 36 0 0.96 0.79 0.33 349.45 0.92 0.35
Hex AC 7 24 0 60 4F 21 15D 5C 23
Octal 254 7 44 0 140 117 41 535 134 43
Binary 10101100 111 100100 0 1100000 1001111 100001 101011101 1011100 100011

Color Harmonies of #AC0724

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0724

Black with #AC0724

Text Example


Text Example

White with #AC0724

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0724; }

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

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

background-color css

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

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

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

border-color css

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

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

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