#A51424

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

Shades of Carmine #A51424

Tints of Carmine #A51424

Color information

#A51424 (or 0xA51424) is unknown color: approx Carmine. HEX triplet: A5, 14 and 24. RGB value is (165,20,36). Sum of RGB (Red+Green+Blue) = 165+20+36=221 (29% of max value = 765). Red value is 165 (64.84% from 255 or 74.66% from 221); Green value is 20 (8.20% from 255 or 9.05% from 221); Blue value is 36 (14.45% from 255 or 16.29% from 221); Max value from RGB is 165 - color contains mainly: red. Hex color #A51424 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A51424 is #5AEBDB. Grayscale: #414141. Windows color (decimal): -5958620 or 2364581. OLE color: 2364581.

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

Color convert

RGB1652036-
CMYK00.880.780.35
HSL353.38º78.38%36.27%-
HSV(B)353.38º87.88%64.71%-
XYZ16.098.632.49-
YUV65.18111.54199.2-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 74.66%
GREEN value IS 20 (8.20% from 255) = 9.05%
BLUE value IS 36 (14.45% from 255) = 16.29%
R=74.66%
G=9.05%
B=16.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.78
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165203600.880.780.35353.3878.3836.27
HexA514240584E231614e24
Octal245244401301164354111644
Binary10100101101001001000101100010011101000111011000011001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A51424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A51424; }

 p { color: rgb(165,20,36); }

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

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

 a { background-color: rgb(165,20,36); }

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

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

 span { border-color: rgb(165,20,36); }

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