Html Css Color HEX #AC0617 Carmine

📋 copy color: '#AC0617'

red 172 ◦ green 6 ◦ blue 23

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

Shades of Carmine #AC0617

Tints of Carmine #AC0617

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.99%

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

R = 85.57%
G = 2.99%
B = 11.44%

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

#AC0617 (or 0xAC0617) is known color: Carmine. HEX triplet: AC, 06 and 17. RGB value is (172,6,23). Sum of RGB (Red+Green+Blue) = 172+6+23=201 (26% of max value = 765). Red value is 172 (67.58% from 255 or 85.57% from 201); Green value is 6 (2.73% from 255 or 2.99% from 201); Blue value is 23 (9.38% from 255 or 11.44% from 201); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0617 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC0617 is #53F9E8. Grayscale: #393939. Windows color (decimal): -5503465 or 1509036. OLE color: 1509036.

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

Color convert

RGB 172 6 23 -
CMYK 0 0.97 0.87 0.33
HSL 353.86º 0.93% 0.35% -
HSV(B) 353.86º 0.97% 0.67% -
XYZ 17.23 8.96 1.63 -
YUV 57.57 108.5 209.62 -
System Red Green Blue C M Y K H S L
Decimal 172 6 23 0 0.97 0.87 0.33 353.86 0.93 0.35
Hex AC 6 17 0 61 57 21 162 5D 23
Octal 254 6 27 0 141 127 41 542 135 43
Binary 10101100 110 10111 0 1100001 1010111 100001 101100010 1011101 100011

Color Harmonies of #AC0617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0617

Black with #AC0617

Text Example


Text Example

White with #AC0617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0617; }

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

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

background-color css

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

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

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

border-color css

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

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

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