#A50017

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

Shades of Carmine #A50017

Tints of Carmine #A50017

Color information

#A50017 (or 0xA50017) is unknown color: approx Carmine. HEX triplet: A5, 00 and 17. RGB value is (165,0,23). Sum of RGB (Red+Green+Blue) = 165+0+23=188 (24% of max value = 765). Red value is 165 (64.84% from 255 or 87.77% from 188); Green value is 0 (0.39% from 255 or 0% from 188); Blue value is 23 (9.38% from 255 or 12.23% from 188); Max value from RGB is 165 - color contains mainly: red. Hex color #A50017 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A50017 is #5AFFE8. Grayscale: #343434. Windows color (decimal): -5963753 or 1507493. OLE color: 1507493.

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

Color convert

RGB165023-
CMYK010.860.35
HSL351.64º100%32.35%-
HSV(B)351.64º100%64.71%-
XYZ15.678.061.54-
YUV51.96111.66208.63-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 87.77%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 23 (9.38% from 255) = 12.23%
R=87.77%
G=0%
B=12.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.86
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165023010.860.35351.6410032.35
HexA501706456231606420
Octal24502701441264354014440
Binary101001010101110110010010101101000111011000001100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50017; }

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

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

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

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

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

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

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

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