Html Css Color HEX #AC0817 Carmine

📋 copy color: '#AC0817'

red 172 ◦ green 8 ◦ blue 23

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

Shades of Carmine #AC0817

Tints of Carmine #AC0817

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.94%

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

R = 84.73%
G = 3.94%
B = 11.33%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AC0817 (or 0xAC0817) is known color: Carmine. HEX triplet: AC, 08 and 17. RGB value is (172,8,23). Sum of RGB (Red+Green+Blue) = 172+8+23=203 (26% of max value = 765). Red value is 172 (67.58% from 255 or 84.73% from 203); Green value is 8 (3.52% from 255 or 3.94% from 203); Blue value is 23 (9.38% from 255 or 11.33% from 203); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0817 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC0817 is #53F7E8. Grayscale: #3A3A3A. Windows color (decimal): -5502953 or 1509548. OLE color: 1509548.

HSL color Cylindrical-coordinate representation of color #AC0817: hue angle of 354.51º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AC0817 is Cyan = 0, Magento = 0.95, Yellow = 0.87 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 8 23 -
CMYK 0 0.95 0.87 0.33
HSL 354.51º 0.91% 0.35% -
HSV(B) 354.51º 0.95% 0.67% -
XYZ 17.25 9.01 1.64 -
YUV 58.75 107.83 208.78 -
System Red Green Blue C M Y K H S L
Decimal 172 8 23 0 0.95 0.87 0.33 354.51 0.91 0.35
Hex AC 8 17 0 5F 57 21 163 5B 23
Octal 254 10 27 0 137 127 41 543 133 43
Binary 10101100 1000 10111 0 1011111 1010111 100001 101100011 1011011 100011

Color Harmonies of #AC0817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0817

Black with #AC0817

Text Example


Text Example

White with #AC0817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0817; }

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

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

background-color css

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

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

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

border-color css

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

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

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