Html Css Color HEX #AC0517 Carmine

📋 copy color: '#AC0517'

red 172 ◦ green 5 ◦ blue 23

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

Shades of Carmine #AC0517

Tints of Carmine #AC0517

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 11.5%

R = 86%
G = 2.5%
B = 11.5%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AC0517 (or 0xAC0517) is known color: Carmine. HEX triplet: AC, 05 and 17. RGB value is (172,5,23). Sum of RGB (Red+Green+Blue) = 172+5+23=200 (26% of max value = 765). Red value is 172 (67.58% from 255 or 86% from 200); Green value is 5 (2.34% from 255 or 2.5% from 200); Blue value is 23 (9.38% from 255 or 11.5% from 200); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0517 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC0517 is #53FAE8. Grayscale: #393939. Windows color (decimal): -5503721 or 1508780. OLE color: 1508780.

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

Color convert

RGB 172 5 23 -
CMYK 0 0.97 0.87 0.33
HSL 353.53º 0.94% 0.35% -
HSV(B) 353.53º 0.97% 0.67% -
XYZ 17.22 8.94 1.63 -
YUV 56.99 108.83 210.04 -
System Red Green Blue C M Y K H S L
Decimal 172 5 23 0 0.97 0.87 0.33 353.53 0.94 0.35
Hex AC 5 17 0 61 57 21 162 5E 23
Octal 254 5 27 0 141 127 41 542 136 43
Binary 10101100 101 10111 0 1100001 1010111 100001 101100010 1011110 100011

Color Harmonies of #AC0517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0517

Black with #AC0517

Text Example


Text Example

White with #AC0517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0517; }

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

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

background-color css

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

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

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

border-color css

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

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

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