Html Css Color HEX #AC0523 Carmine

📋 copy color: '#AC0523'

red 172 ◦ green 5 ◦ blue 35

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

Shades of Carmine #AC0523

Tints of Carmine #AC0523

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 16.51%

R = 81.13%
G = 2.36%
B = 16.51%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.80

 K value IS 0.33

RGB Variations

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

Color information

#AC0523 (or 0xAC0523) is known color: Carmine. HEX triplet: AC, 05 and 23. RGB value is (172,5,35). Sum of RGB (Red+Green+Blue) = 172+5+35=212 (28% of max value = 765). Red value is 172 (67.58% from 255 or 81.13% from 212); Green value is 5 (2.34% from 255 or 2.36% from 212); Blue value is 35 (14.06% from 255 or 16.51% from 212); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0523 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0523 is #53FADC. Grayscale: #3A3A3A. Windows color (decimal): -5503709 or 2295212. OLE color: 2295212.

HSL color Cylindrical-coordinate representation of color #AC0523: hue angle of 349.22º 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 #AC0523 is Cyan = 0, Magento = 0.97, Yellow = 0.80 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 5 35 -
CMYK 0 0.97 0.80 0.33
HSL 349.22º 0.94% 0.35% -
HSV(B) 349.22º 0.97% 0.67% -
XYZ 17.37 9 2.41 -
YUV 58.35 114.83 209.06 -
System Red Green Blue C M Y K H S L
Decimal 172 5 35 0 0.97 0.80 0.33 349.22 0.94 0.35
Hex AC 5 23 0 61 50 21 15D 5E 23
Octal 254 5 43 0 141 120 41 535 136 43
Binary 10101100 101 100011 0 1100001 1010000 100001 101011101 1011110 100011

Color Harmonies of #AC0523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0523

Black with #AC0523

Text Example


Text Example

White with #AC0523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0523; }

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

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

background-color css

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

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

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

border-color css

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

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

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