#a50c1e

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

Shades of Carmine #A50C1E

Tints of Carmine #A50C1E

Color information

#A50C1E (or 0xA50C1E) is unknown color: approx Carmine. HEX triplet: A5, 0C and 1E. RGB value is (165,12,30). Sum of RGB (Red+Green+Blue) = 165+12+30=207 (27% of max value = 765). Red value is 165 (64.84% from 255 or 79.71% from 207); Green value is 12 (5.08% from 255 or 5.80% from 207); Blue value is 30 (12.11% from 255 or 14.49% from 207); Max value from RGB is 165 - color contains mainly: red. Hex color #A50C1E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A50C1E is #5AF3E1. Grayscale: #3B3B3B. Windows color (decimal): -5960674 or 1969317. OLE color: 1969317.

HSL color Cylindrical-coordinate representation of color #A50C1E: hue angle of 352.94º degrees, saturation: 0.86, 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 #A50C1E is Cyan = 0, Magento = 0.93, Yellow = 0.82 and Black (K on CMYK) = 0.35.

Color convert

RGB1651230-
CMYK00.930.820.35
HSL352.94º86.44%34.71%-
HSV(B)352.94º92.73%64.71%-
XYZ15.888.362-
YUV59.8111.19203.04-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 79.71%
GREEN value IS 12 (5.08% from 255) = 5.80%
BLUE value IS 30 (12.11% from 255) = 14.49%
R=79.71%
G=5.80%
B=14.49%

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
Decimal165123000.930.820.35352.9486.4434.71
HexA5C1E05D52231615623
Octal245143601351224354112643
Binary101001011100111100101110110100101000111011000011010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a50c1e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a50c1e; }

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

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

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

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

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

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

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

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