Html Css Color HEX #AC0418 Carmine

📋 copy color: '#AC0418'

red 172 ◦ green 4 ◦ blue 24

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

Shades of Carmine #AC0418

Tints of Carmine #AC0418

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2%

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

R = 86%
G = 2%
B = 12%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AC0418 (or 0xAC0418) is known color: Carmine. HEX triplet: AC, 04 and 18. RGB value is (172,4,24). Sum of RGB (Red+Green+Blue) = 172+4+24=200 (26% of max value = 765). Red value is 172 (67.58% from 255 or 86% from 200); Green value is 4 (1.95% from 255 or 2% from 200); Blue value is 24 (9.77% from 255 or 12% from 200); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0418 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC0418 is #53FBE7. Grayscale: #383838. Windows color (decimal): -5503976 or 1574060. OLE color: 1574060.

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

Color convert

RGB 172 4 24 -
CMYK 0 0.98 0.86 0.33
HSL 352.86º 0.95% 0.35% -
HSV(B) 352.86º 0.98% 0.67% -
XYZ 17.22 8.92 1.68 -
YUV 56.51 109.66 210.37 -
System Red Green Blue C M Y K H S L
Decimal 172 4 24 0 0.98 0.86 0.33 352.86 0.95 0.35
Hex AC 4 18 0 62 56 21 161 5F 23
Octal 254 4 30 0 142 126 41 541 137 43
Binary 10101100 100 11000 0 1100010 1010110 100001 101100001 1011111 100011

Color Harmonies of #AC0418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0418

Black with #AC0418

Text Example


Text Example

White with #AC0418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0418; }

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

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

background-color css

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

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

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

border-color css

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

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

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