Html Css Color HEX #AC0522 Carmine

📋 copy color: '#AC0522'

red 172 ◦ green 5 ◦ blue 34

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

Shades of Carmine #AC0522

Tints of Carmine #AC0522

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 16.11%

R = 81.52%
G = 2.37%
B = 16.11%

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

#AC0522 (or 0xAC0522) is known color: Carmine. HEX triplet: AC, 05 and 22. RGB value is (172,5,34). Sum of RGB (Red+Green+Blue) = 172+5+34=211 (27% of max value = 765). Red value is 172 (67.58% from 255 or 81.52% from 211); Green value is 5 (2.34% from 255 or 2.37% from 211); Blue value is 34 (13.67% from 255 or 16.11% from 211); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0522 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0522 is #53FADD. Grayscale: #3A3A3A. Windows color (decimal): -5503710 or 2229676. OLE color: 2229676.

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

Color convert

RGB 172 5 34 -
CMYK 0 0.97 0.80 0.33
HSL 349.58º 0.94% 0.35% -
HSV(B) 349.58º 0.97% 0.67% -
XYZ 17.36 8.99 2.33 -
YUV 58.24 114.33 209.14 -
System Red Green Blue C M Y K H S L
Decimal 172 5 34 0 0.97 0.80 0.33 349.58 0.94 0.35
Hex AC 5 22 0 61 50 21 15E 5E 23
Octal 254 5 42 0 141 120 41 536 136 43
Binary 10101100 101 100010 0 1100001 1010000 100001 101011110 1011110 100011

Color Harmonies of #AC0522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0522

Black with #AC0522

Text Example


Text Example

White with #AC0522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0522; }

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

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

background-color css

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

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

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

border-color css

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

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

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