#AC0414

Color #AC0414 Carmine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carmine #AC0414

Tints of Carmine #AC0414

Color information

#AC0414 (or 0xAC0414) is unknown color: approx Carmine. HEX triplet: AC, 04 and 14. RGB value is (172,4,20). Sum of RGB (Red+Green+Blue) = 172+4+20=196 (25% of max value = 765). Red value is 172 (67.58% from 255 or 87.76% from 196); Green value is 4 (1.95% from 255 or 2.04% from 196); Blue value is 20 (8.20% from 255 or 10.20% from 196); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0414 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC0414 is #53FBEB. Grayscale: #383838. Windows color (decimal): -5503980 or 1311916. OLE color: 1311916.

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

Color convert

RGB172420-
CMYK00.980.880.33
HSL354.29º95.45%34.51%-
HSV(B)354.29º97.67%67.45%-
XYZ17.188.911.48-
YUV56.06107.66210.7-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 87.76%
GREEN value IS 4 (1.95% from 255) = 2.04%
BLUE value IS 20 (8.20% from 255) = 10.20%
R=87.76%
G=2.04%
B=10.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.88
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17242000.980.880.33354.2995.4534.51
HexAC41406258211625f23
Octal25442401421304154213743
Binary10101100100101000110001010110001000011011000101011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC0414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC0414; }

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

 H1.HeaderClassName
 {
   color: #AC0414;
 }
 .AnyTagClassName
 {
   color: #AC0414;
 }
</style>
background-color css

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

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

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

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

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

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