#A50917

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

Shades of Carmine #A50917

Tints of Carmine #A50917

Color information

#A50917 (or 0xA50917) is unknown color: approx Carmine. HEX triplet: A5, 09 and 17. RGB value is (165,9,23). Sum of RGB (Red+Green+Blue) = 165+9+23=197 (26% of max value = 765). Red value is 165 (64.84% from 255 or 83.76% from 197); Green value is 9 (3.91% from 255 or 4.57% from 197); Blue value is 23 (9.38% from 255 or 11.68% from 197); Max value from RGB is 165 - color contains mainly: red. Hex color #A50917 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A50917 is #5AF6E8. Grayscale: #393939. Windows color (decimal): -5961449 or 1509797. OLE color: 1509797.

HSL color Cylindrical-coordinate representation of color #A50917: hue angle of 354.62º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A50917 is Cyan = 0, Magento = 0.95, Yellow = 0.86 and Black (K on CMYK) = 0.35.

Color convert

RGB165923-
CMYK00.950.860.35
HSL354.62º89.66%34.12%-
HSV(B)354.62º94.55%64.71%-
XYZ15.778.261.57-
YUV57.24108.68204.86-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 83.76%
GREEN value IS 9 (3.91% from 255) = 4.57%
BLUE value IS 23 (9.38% from 255) = 11.68%
R=83.76%
G=4.57%
B=11.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.86
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16592300.950.860.35354.6289.6634.12
HexA591705F56231635a22
Octal245112701371264354313242
Binary101001011001101110101111110101101000111011000111011010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50917

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50917; }

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

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

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

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

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

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

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

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