Html Css Color HEX #AC0518 Carmine

📋 copy color: '#AC0518'

red 172 ◦ green 5 ◦ blue 24

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

Shades of Carmine #AC0518

Tints of Carmine #AC0518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 11.94%

R = 85.57%
G = 2.49%
B = 11.94%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AC0518 (or 0xAC0518) is known color: Carmine. HEX triplet: AC, 05 and 18. RGB value is (172,5,24). Sum of RGB (Red+Green+Blue) = 172+5+24=201 (26% of max value = 765). Red value is 172 (67.58% from 255 or 85.57% from 201); Green value is 5 (2.34% from 255 or 2.49% from 201); Blue value is 24 (9.77% from 255 or 11.94% from 201); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0518 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC0518 is #53FAE7. Grayscale: #393939. Windows color (decimal): -5503720 or 1574316. OLE color: 1574316.

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

Color convert

RGB 172 5 24 -
CMYK 0 0.97 0.86 0.33
HSL 353.17º 0.94% 0.35% -
HSV(B) 353.17º 0.97% 0.67% -
XYZ 17.23 8.95 1.68 -
YUV 57.1 109.33 209.96 -
System Red Green Blue C M Y K H S L
Decimal 172 5 24 0 0.97 0.86 0.33 353.17 0.94 0.35
Hex AC 5 18 0 61 56 21 161 5E 23
Octal 254 5 30 0 141 126 41 541 136 43
Binary 10101100 101 11000 0 1100001 1010110 100001 101100001 1011110 100011

Color Harmonies of #AC0518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0518

Black with #AC0518

Text Example


Text Example

White with #AC0518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0518; }

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

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

background-color css

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

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

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

border-color css

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

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

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