Html Css Color HEX #AC0532 Carmine

📋 copy color: '#AC0532'

red 172 ◦ green 5 ◦ blue 50

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

Shades of Carmine #AC0532

Tints of Carmine #AC0532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 22.03%

R = 75.77%
G = 2.2%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#AC0532 (or 0xAC0532) is known color: Carmine. HEX triplet: AC, 05 and 32. RGB value is (172,5,50). Sum of RGB (Red+Green+Blue) = 172+5+50=227 (30% of max value = 765). Red value is 172 (67.58% from 255 or 75.77% from 227); Green value is 5 (2.34% from 255 or 2.20% from 227); Blue value is 50 (19.92% from 255 or 22.03% from 227); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0532 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0532 is #53FACD. Grayscale: #3C3C3C. Windows color (decimal): -5503694 or 3278252. OLE color: 3278252.

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

Color convert

RGB 172 5 50 -
CMYK 0 0.97 0.71 0.33
HSL 343.83º 0.94% 0.35% -
HSV(B) 343.83º 0.97% 0.67% -
XYZ 17.64 9.11 3.85 -
YUV 60.06 122.33 207.84 -
System Red Green Blue C M Y K H S L
Decimal 172 5 50 0 0.97 0.71 0.33 343.83 0.94 0.35
Hex AC 5 32 0 61 47 21 158 5E 23
Octal 254 5 62 0 141 107 41 530 136 43
Binary 10101100 101 110010 0 1100001 1000111 100001 101011000 1011110 100011

Color Harmonies of #AC0532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0532

Black with #AC0532

Text Example


Text Example

White with #AC0532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0532; }

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

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

background-color css

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

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

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

border-color css

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

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

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