#990B01

Color #990B01 Dark Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Red #990B01

Tints of Dark Red #990B01

Color information

#990B01 (or 0x990B01) is unknown color: approx Dark Red. HEX triplet: 99, 0B and 01. RGB value is (153,11,1). Sum of RGB (Red+Green+Blue) = 153+11+1=165 (21% of max value = 765). Red value is 153 (60.16% from 255 or 92.73% from 165); Green value is 11 (4.69% from 255 or 6.67% from 165); Blue value is 1 (0.78% from 255 or 0.61% from 165); Max value from RGB is 153 - color contains mainly: red. Hex color #990B01 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #990B01 is #66F4FE. Grayscale: #343434. Windows color (decimal): -6747391 or 68505. OLE color: 68505.

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

Color convert

RGB153111-
CMYK00.930.990.4
HSL3.95º98.7%30.2%-
HSV(B)3.95º99.35%60%-
XYZ13.267.010.68-
YUV52.3299.04199.81-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 92.73%
GREEN value IS 11 (4.69% from 255) = 6.67%
BLUE value IS 1 (0.78% from 255) = 0.61%
R=92.73%
G=6.67%
B=0.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.99
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15311100.930.990.43.9598.730.2
Hex99B105D63284631e
Octal231131013514350414336
Binary1001100110111010111011100011101000100110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990B01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #990B01; }

 p { color: rgb(153,11,1); }

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

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

 a { background-color: rgb(153,11,1); }

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

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

 span { border-color: rgb(153,11,1); }

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