Html Css Color HEX #961C03 Dark Red

📋 copy color: '#961C03'

red 150 ◦ green 28 ◦ blue 3

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

Shades of Dark Red #961C03

Tints of Dark Red #961C03

RGB

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

 GREEN value IS 28 (11.33% from 255) = 15.47%

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

R = 82.87%
G = 15.47%
B = 1.66%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.98

 K value IS 0.41

RGB Variations

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

Color information

#961C03 (or 0x961C03) is known color: Dark Red. HEX triplet: 96, 1C and 03. RGB value is (150,28,3). Sum of RGB (Red+Green+Blue) = 150+28+3=181 (23% of max value = 765). Red value is 150 (58.98% from 255 or 82.87% from 181); Green value is 28 (11.33% from 255 or 15.47% from 181); Blue value is 3 (1.56% from 255 or 1.66% from 181); Max value from RGB is 150 - color contains mainly: red. Hex color #961C03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #961C03 is #69E3FC. Grayscale: #3D3D3D. Windows color (decimal): -6939645 or 203926. OLE color: 203926.

HSL color Cylindrical-coordinate representation of color #961C03: hue angle of 10.2º 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 #961C03 is Cyan = 0, Magento = 0.81, Yellow = 0.98 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 28 3 -
CMYK 0 0.81 0.98 0.41
HSL 10.2º 0.96% 0.3% -
HSV(B) 10.2º 0.98% 0.59% -
XYZ 13.01 7.32 0.81 -
YUV 61.63 94.92 191.03 -
System Red Green Blue C M Y K H S L
Decimal 150 28 3 0 0.81 0.98 0.41 10.2 0.96 0.3
Hex 96 1C 3 0 51 62 29 A 60 1E
Octal 226 34 3 0 121 142 51 12 140 36
Binary 10010110 11100 11 0 1010001 1100010 101001 1010 1100000 11110

Color Harmonies of #961C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961C03

Black with #961C03

Text Example


Text Example

White with #961C03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #961C03;
 }
 .AnyTagClassName
 {
   color: #961C03;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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