Html Css Color HEX #961C01 Dark Red

📋 copy color: '#961C01'

red 150 ◦ green 28 ◦ blue 1

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

Shades of Dark Red #961C01

Tints of Dark Red #961C01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.56%

R = 83.8%
G = 15.64%
B = 0.56%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.99

 K value IS 0.41

RGB Variations

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

Color information

#961C01 (or 0x961C01) is known color: Dark Red. HEX triplet: 96, 1C and 01. RGB value is (150,28,1). Sum of RGB (Red+Green+Blue) = 150+28+1=179 (23% of max value = 765). Red value is 150 (58.98% from 255 or 83.80% from 179); Green value is 28 (11.33% from 255 or 15.64% from 179); Blue value is 1 (0.78% from 255 or 0.56% from 179); Max value from RGB is 150 - color contains mainly: red. Hex color #961C01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #961C01 is #69E3FE. Grayscale: #3D3D3D. Windows color (decimal): -6939647 or 72854. OLE color: 72854.

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

Color convert

RGB 150 28 1 -
CMYK 0 0.81 0.99 0.41
HSL 10.87º 0.99% 0.3% -
HSV(B) 10.87º 0.99% 0.59% -
XYZ 13 7.32 0.76 -
YUV 61.4 93.92 191.2 -
System Red Green Blue C M Y K H S L
Decimal 150 28 1 0 0.81 0.99 0.41 10.87 0.99 0.3
Hex 96 1C 1 0 51 63 29 B 63 1E
Octal 226 34 1 0 121 143 51 13 143 36
Binary 10010110 11100 1 0 1010001 1100011 101001 1011 1100011 11110

Color Harmonies of #961C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961C01

Black with #961C01

Text Example


Text Example

White with #961C01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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