#A50B1E

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

Shades of Carmine #A50B1E

Tints of Carmine #A50B1E

Color information

#A50B1E (or 0xA50B1E) is unknown color: approx Carmine. HEX triplet: A5, 0B and 1E. RGB value is (165,11,30). Sum of RGB (Red+Green+Blue) = 165+11+30=206 (27% of max value = 765). Red value is 165 (64.84% from 255 or 80.10% from 206); Green value is 11 (4.69% from 255 or 5.34% from 206); Blue value is 30 (12.11% from 255 or 14.56% from 206); Max value from RGB is 165 - color contains mainly: red. Hex color #A50B1E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A50B1E is #5AF4E1. Grayscale: #3B3B3B. Windows color (decimal): -5960930 or 1969061. OLE color: 1969061.

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

Color convert

RGB1651130-
CMYK00.930.820.35
HSL352.6º87.5%34.51%-
HSV(B)352.6º93.33%64.71%-
XYZ15.878.332-
YUV59.21111.52203.46-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 80.10%
GREEN value IS 11 (4.69% from 255) = 5.34%
BLUE value IS 30 (12.11% from 255) = 14.56%
R=80.10%
G=5.34%
B=14.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.82
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165113000.930.820.35352.687.534.51
HexA5B1E05D52231615823
Octal245133601351224354113043
Binary101001011011111100101110110100101000111011000011011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50B1E; }

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

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

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

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

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

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

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

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