#961A03

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

Shades of Dark Red #961A03

Tints of Dark Red #961A03

Color information

#961A03 (or 0x961A03) is unknown color: approx Dark Red. HEX triplet: 96, 1A and 03. RGB value is (150,26,3). Sum of RGB (Red+Green+Blue) = 150+26+3=179 (23% of max value = 765). Red value is 150 (58.98% from 255 or 83.80% from 179); Green value is 26 (10.55% from 255 or 14.53% from 179); Blue value is 3 (1.56% from 255 or 1.68% from 179); Max value from RGB is 150 - color contains mainly: red. Hex color #961A03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #961A03 is #69E5FC. Grayscale: #3C3C3C. Windows color (decimal): -6940157 or 203414. OLE color: 203414.

HSL color Cylindrical-coordinate representation of color #961A03: hue angle of 9.39º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #961A03 is Cyan = 0, Magento = 0.83, Yellow = 0.98 and Black (K on CMYK) = 0.41.

Color convert

RGB150263-
CMYK00.830.980.41
HSL9.39º96.08%30%-
HSV(B)9.39º98%58.82%-
XYZ12.967.230.8-
YUV60.4595.58191.87-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 83.80%
GREEN value IS 26 (10.55% from 255) = 14.53%
BLUE value IS 3 (1.56% from 255) = 1.68%
R=83.80%
G=14.53%
B=1.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.98
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15026300.830.980.419.3996.0830
Hex961A305362299601e
Octal2263230123142511114036
Binary1001011011010110101001111000101010011001110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961A03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961A03; }

 p { color: rgb(150,26,3); }

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

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

 a { background-color: rgb(150,26,3); }

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

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

 span { border-color: rgb(150,26,3); }

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