#990017

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

Shades of Carmine #990017

Tints of Carmine #990017

Color information

#990017 (or 0x990017) is unknown color: approx Carmine. HEX triplet: 99, 00 and 17. RGB value is (153,0,23). Sum of RGB (Red+Green+Blue) = 153+0+23=176 (23% of max value = 765). Red value is 153 (60.16% from 255 or 86.93% from 176); Green value is 0 (0.39% from 255 or 0% from 176); Blue value is 23 (9.38% from 255 or 13.07% from 176); Max value from RGB is 153 - color contains mainly: red. Hex color #990017 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #990017 is #66FFE8. Grayscale: #303030. Windows color (decimal): -6750185 or 1507481. OLE color: 1507481.

HSL color Cylindrical-coordinate representation of color #990017: hue angle of 350.98º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #990017 is Cyan = 0, Magento = 1, Yellow = 0.85 and Black (K on CMYK) = 0.4.

Color convert

RGB153023-
CMYK010.850.4
HSL350.98º100%30%-
HSV(B)350.98º100%60%-
XYZ13.296.831.43-
YUV48.37113.69202.63-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 86.93%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 23 (9.38% from 255) = 13.07%
R=86.93%
G=0%
B=13.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.85
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153023010.850.4350.9810030
Hex99017064552815f641e
Octal23102701441255053714436
Binary10011001010111011001001010101101000101011111110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #990017; }

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

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

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

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

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

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

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

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