Html Css Color HEX #AC0528 Carmine

📋 copy color: '#AC0528'

red 172 ◦ green 5 ◦ blue 40

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

Shades of Carmine #AC0528

Tints of Carmine #AC0528

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.3%

 BLUE value IS 40 (16.02% from 255) = 18.43%

R = 79.26%
G = 2.3%
B = 18.43%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#AC0528 (or 0xAC0528) is known color: Carmine. HEX triplet: AC, 05 and 28. RGB value is (172,5,40). Sum of RGB (Red+Green+Blue) = 172+5+40=217 (28% of max value = 765). Red value is 172 (67.58% from 255 or 79.26% from 217); Green value is 5 (2.34% from 255 or 2.30% from 217); Blue value is 40 (16.02% from 255 or 18.43% from 217); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0528 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0528 is #53FAD7. Grayscale: #3A3A3A. Windows color (decimal): -5503704 or 2622892. OLE color: 2622892.

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

Color convert

RGB 172 5 40 -
CMYK 0 0.97 0.77 0.33
HSL 347.43º 0.94% 0.35% -
HSV(B) 347.43º 0.97% 0.67% -
XYZ 17.45 9.03 2.83 -
YUV 58.92 117.33 208.65 -
System Red Green Blue C M Y K H S L
Decimal 172 5 40 0 0.97 0.77 0.33 347.43 0.94 0.35
Hex AC 5 28 0 61 4D 21 15B 5E 23
Octal 254 5 50 0 141 115 41 533 136 43
Binary 10101100 101 101000 0 1100001 1001101 100001 101011011 1011110 100011

Color Harmonies of #AC0528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0528

Black with #AC0528

Text Example


Text Example

White with #AC0528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0528; }

 p { color: rgb(172,5,40); }

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

background-color css

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

 a { background-color: rgb(172,5,40); }

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

border-color css

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

 span { border-color: rgb(172,5,40); }

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