#A40F1A

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

Shades of Carmine #A40F1A

Tints of Carmine #A40F1A

Color information

#A40F1A (or 0xA40F1A) is unknown color: approx Carmine. HEX triplet: A4, 0F and 1A. RGB value is (164,15,26). Sum of RGB (Red+Green+Blue) = 164+15+26=205 (27% of max value = 765). Red value is 164 (64.45% from 255 or 80% from 205); Green value is 15 (6.25% from 255 or 7.32% from 205); Blue value is 26 (10.55% from 255 or 12.68% from 205); Max value from RGB is 164 - color contains mainly: red. Hex color #A40F1A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A40F1A is #5BF0E5. Grayscale: #3C3C3C. Windows color (decimal): -6025446 or 1707940. OLE color: 1707940.

HSL color Cylindrical-coordinate representation of color #A40F1A: hue angle of 355.57º 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 #A40F1A is Cyan = 0, Magento = 0.91, Yellow = 0.84 and Black (K on CMYK) = 0.36.

Color convert

RGB1641526-
CMYK00.910.840.36
HSL355.57º83.24%35.1%-
HSV(B)355.57º90.85%64.31%-
XYZ15.678.311.76-
YUV60.8108.36201.61-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 80%
GREEN value IS 15 (6.25% from 255) = 7.32%
BLUE value IS 26 (10.55% from 255) = 12.68%
R=80%
G=7.32%
B=12.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.84
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164152600.910.840.36355.5783.2435.1
HexA4F1A05B54241645323
Octal244173201331244454412343
Binary101001001111110100101101110101001001001011001001010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A40F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A40F1A; }

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

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

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

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

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

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

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

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