Html Css Color HEX #961A03 Dark Red

📋 copy color: '#961A03'

red 150 ◦ green 26 ◦ blue 3

#961A03
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Red #961A03

Tints of Dark Red #961A03

RGB

 RED value IS 150 (58.98% from 255) = 83.8%

 GREEN value IS 26 (10.55% from 255) = 14.53%

 BLUE value IS 3 (1.56% from 255) = 1.68%

R = 83.8%
G = 14.53%
B = 1.68%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.98

 K value IS 0.41

RGB Variations

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

Color information

#961A03 (or 0x961A03) is known color: 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

RGB 150 26 3 -
CMYK 0 0.83 0.98 0.41
HSL 9.39º 0.96% 0.3% -
HSV(B) 9.39º 0.98% 0.59% -
XYZ 12.96 7.23 0.8 -
YUV 60.45 95.58 191.87 -
System Red Green Blue C M Y K H S L
Decimal 150 26 3 0 0.83 0.98 0.41 9.39 0.96 0.3
Hex 96 1A 3 0 53 62 29 9 60 1E
Octal 226 32 3 0 123 142 51 11 140 36
Binary 10010110 11010 11 0 1010011 1100010 101001 1001 1100000 11110

Color Harmonies of #961A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961A03

Black with #961A03

Text Example


Text Example

White with #961A03

Text Example


Text Example

HTML Codes & Css Web 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>