#A51427

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

Shades of Carmine #A51427

Tints of Carmine #A51427

Color information

#A51427 (or 0xA51427) is unknown color: approx Carmine. HEX triplet: A5, 14 and 27. RGB value is (165,20,39). Sum of RGB (Red+Green+Blue) = 165+20+39=224 (29% of max value = 765). Red value is 165 (64.84% from 255 or 73.66% from 224); Green value is 20 (8.20% from 255 or 8.93% from 224); Blue value is 39 (15.62% from 255 or 17.41% from 224); Max value from RGB is 165 - color contains mainly: red. Hex color #A51427 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A51427 is #5AEBD8. Grayscale: #414141. Windows color (decimal): -5958617 or 2561189. OLE color: 2561189.

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

Color convert

RGB1652039-
CMYK00.880.760.35
HSL352.14º78.38%36.27%-
HSV(B)352.14º87.88%64.71%-
XYZ16.138.652.74-
YUV65.52113.04198.96-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 73.66%
GREEN value IS 20 (8.20% from 255) = 8.93%
BLUE value IS 39 (15.62% from 255) = 17.41%
R=73.66%
G=8.93%
B=17.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.76
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165203900.880.760.35352.1478.3836.27
HexA514270584C231604e24
Octal245244701301144354011644
Binary10100101101001001110101100010011001000111011000001001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A51427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A51427; }

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

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

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

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

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

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

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

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