Html Css Color HEX #AC0527 Carmine

📋 copy color: '#AC0527'

red 172 ◦ green 5 ◦ blue 39

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

Shades of Carmine #AC0527

Tints of Carmine #AC0527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 18.06%

R = 79.63%
G = 2.31%
B = 18.06%

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

#AC0527 (or 0xAC0527) is known color: Carmine. HEX triplet: AC, 05 and 27. RGB value is (172,5,39). Sum of RGB (Red+Green+Blue) = 172+5+39=216 (28% of max value = 765). Red value is 172 (67.58% from 255 or 79.63% from 216); Green value is 5 (2.34% from 255 or 2.31% from 216); Blue value is 39 (15.62% from 255 or 18.06% from 216); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0527 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0527 is #53FAD8. Grayscale: #3A3A3A. Windows color (decimal): -5503705 or 2557356. OLE color: 2557356.

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

Color convert

RGB 172 5 39 -
CMYK 0 0.97 0.77 0.33
HSL 347.78º 0.94% 0.35% -
HSV(B) 347.78º 0.97% 0.67% -
XYZ 17.43 9.03 2.74 -
YUV 58.81 116.83 208.74 -
System Red Green Blue C M Y K H S L
Decimal 172 5 39 0 0.97 0.77 0.33 347.78 0.94 0.35
Hex AC 5 27 0 61 4D 21 15C 5E 23
Octal 254 5 47 0 141 115 41 534 136 43
Binary 10101100 101 100111 0 1100001 1001101 100001 101011100 1011110 100011

Color Harmonies of #AC0527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0527

Black with #AC0527

Text Example


Text Example

White with #AC0527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0527; }

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

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

background-color css

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

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

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

border-color css

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

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

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