#A50028

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

Shades of Carmine #A50028

Tints of Carmine #A50028

Color information

#A50028 (or 0xA50028) is unknown color: approx Carmine. HEX triplet: A5, 00 and 28. RGB value is (165,0,40). Sum of RGB (Red+Green+Blue) = 165+0+40=205 (27% of max value = 765). Red value is 165 (64.84% from 255 or 80.49% from 205); Green value is 0 (0.39% from 255 or 0% from 205); Blue value is 40 (16.02% from 255 or 19.51% from 205); Max value from RGB is 165 - color contains mainly: red. Hex color #A50028 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A50028 is #5AFFD7. Grayscale: #353535. Windows color (decimal): -5963736 or 2621605. OLE color: 2621605.

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

Color convert

RGB165040-
CMYK010.760.35
HSL345.45º100%32.35%-
HSV(B)345.45º100%64.71%-
XYZ15.98.152.74-
YUV53.9120.16207.25-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 80.49%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 40 (16.02% from 255) = 19.51%
R=80.49%
G=0%
B=19.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.76
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165040010.760.35345.4510032.35
HexA50280644C231596420
Octal24505001441144353114440
Binary1010010101010000110010010011001000111010110011100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50028; }

 p { color: rgb(165,0,40); }

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

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

 a { background-color: rgb(165,0,40); }

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

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

 span { border-color: rgb(165,0,40); }

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