Html Css Color HEX #AC0818 Carmine

📋 copy color: '#AC0818'

red 172 ◦ green 8 ◦ blue 24

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

Shades of Carmine #AC0818

Tints of Carmine #AC0818

RGB

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

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

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

R = 84.31%
G = 3.92%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AC0818 (or 0xAC0818) is known color: Carmine. HEX triplet: AC, 08 and 18. RGB value is (172,8,24). Sum of RGB (Red+Green+Blue) = 172+8+24=204 (27% of max value = 765). Red value is 172 (67.58% from 255 or 84.31% from 204); Green value is 8 (3.52% from 255 or 3.92% from 204); Blue value is 24 (9.77% from 255 or 11.76% from 204); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0818 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC0818 is #53F7E7. Grayscale: #3A3A3A. Windows color (decimal): -5502952 or 1575084. OLE color: 1575084.

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

Color convert

RGB 172 8 24 -
CMYK 0 0.95 0.86 0.33
HSL 354.15º 0.91% 0.35% -
HSV(B) 354.15º 0.95% 0.67% -
XYZ 17.26 9.01 1.69 -
YUV 58.86 108.33 208.7 -
System Red Green Blue C M Y K H S L
Decimal 172 8 24 0 0.95 0.86 0.33 354.15 0.91 0.35
Hex AC 8 18 0 5F 56 21 162 5B 23
Octal 254 10 30 0 137 126 41 542 133 43
Binary 10101100 1000 11000 0 1011111 1010110 100001 101100010 1011011 100011

Color Harmonies of #AC0818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0818

Black with #AC0818

Text Example


Text Example

White with #AC0818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0818; }

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

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

background-color css

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

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

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

border-color css

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

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

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