#A50D1E

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

Shades of Carmine #A50D1E

Tints of Carmine #A50D1E

Color information

#A50D1E (or 0xA50D1E) is unknown color: approx Carmine. HEX triplet: A5, 0D and 1E. RGB value is (165,13,30). Sum of RGB (Red+Green+Blue) = 165+13+30=208 (27% of max value = 765). Red value is 165 (64.84% from 255 or 79.33% from 208); Green value is 13 (5.47% from 255 or 6.25% from 208); Blue value is 30 (12.11% from 255 or 14.42% from 208); Max value from RGB is 165 - color contains mainly: red. Hex color #A50D1E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A50D1E is #5AF2E1. Grayscale: #3C3C3C. Windows color (decimal): -5960418 or 1969573. OLE color: 1969573.

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

Color convert

RGB1651330-
CMYK00.920.820.35
HSL353.29º85.39%34.9%-
HSV(B)353.29º92.12%64.71%-
XYZ15.98.382.01-
YUV60.39110.86202.62-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 79.33%
GREEN value IS 13 (5.47% from 255) = 6.25%
BLUE value IS 30 (12.11% from 255) = 14.42%
R=79.33%
G=6.25%
B=14.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.82
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165133000.920.820.35353.2985.3934.9
HexA5D1E05C52231615523
Octal245153601341224354112543
Binary101001011101111100101110010100101000111011000011010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50D1E; }

 p { color: rgb(165,13,30); }

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

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

 a { background-color: rgb(165,13,30); }

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

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

 span { border-color: rgb(165,13,30); }

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