#A41820

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

Shades of Carmine #A41820

Tints of Carmine #A41820

Color information

#A41820 (or 0xA41820) is unknown color: approx Carmine. HEX triplet: A4, 18 and 20. RGB value is (164,24,32). Sum of RGB (Red+Green+Blue) = 164+24+32=220 (29% of max value = 765). Red value is 164 (64.45% from 255 or 74.55% from 220); Green value is 24 (9.77% from 255 or 10.91% from 220); Blue value is 32 (12.89% from 255 or 14.55% from 220); Max value from RGB is 164 - color contains mainly: red. Hex color #A41820 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A41820 is #5BE7DF. Grayscale: #424242. Windows color (decimal): -6023136 or 2103460. OLE color: 2103460.

HSL color Cylindrical-coordinate representation of color #A41820: hue angle of 356.57º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A41820 is Cyan = 0, Magento = 0.85, Yellow = 0.80 and Black (K on CMYK) = 0.36.

Color convert

RGB1642432-
CMYK00.850.800.36
HSL356.57º74.47%36.86%-
HSV(B)356.57º85.37%64.31%-
XYZ15.98.652.2-
YUV66.77108.38197.35-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 74.55%
GREEN value IS 24 (9.77% from 255) = 10.91%
BLUE value IS 32 (12.89% from 255) = 14.55%
R=74.55%
G=10.91%
B=14.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.80
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164243200.850.800.36356.5774.4736.86
HexA4182005550241654a25
Octal244304001251204454511245
Binary10100100110001000000101010110100001001001011001011001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A41820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A41820; }

 p { color: rgb(164,24,32); }

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

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

 a { background-color: rgb(164,24,32); }

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

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

 span { border-color: rgb(164,24,32); }

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