#A40F24

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

Shades of Carmine #A40F24

Tints of Carmine #A40F24

Color information

#A40F24 (or 0xA40F24) is unknown color: approx Carmine. HEX triplet: A4, 0F and 24. RGB value is (164,15,36). Sum of RGB (Red+Green+Blue) = 164+15+36=215 (28% of max value = 765). Red value is 164 (64.45% from 255 or 76.28% from 215); Green value is 15 (6.25% from 255 or 6.98% from 215); Blue value is 36 (14.45% from 255 or 16.74% from 215); Max value from RGB is 164 - color contains mainly: red. Hex color #A40F24 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A40F24 is #5BF0DB. Grayscale: #3E3E3E. Windows color (decimal): -6025436 or 2363300. OLE color: 2363300.

HSL color Cylindrical-coordinate representation of color #A40F24: hue angle of 351.54º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A40F24 is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.36.

Color convert

RGB1641536-
CMYK00.910.780.36
HSL351.54º83.24%35.1%-
HSV(B)351.54º90.85%64.31%-
XYZ15.88.362.45-
YUV61.94113.36200.79-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 76.28%
GREEN value IS 15 (6.25% from 255) = 6.98%
BLUE value IS 36 (14.45% from 255) = 16.74%
R=76.28%
G=6.98%
B=16.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.78
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164153600.910.780.36351.5483.2435.1
HexA4F2405B4E241605323
Octal244174401331164454012343
Binary1010010011111001000101101110011101001001011000001010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A40F24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A40F24; }

 p { color: rgb(164,15,36); }

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

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

 a { background-color: rgb(164,15,36); }

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

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

 span { border-color: rgb(164,15,36); }

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