Html Css Color HEX #961C02 Dark Red

📋 copy color: '#961C02'

red 150 ◦ green 28 ◦ blue 2

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

Shades of Dark Red #961C02

Tints of Dark Red #961C02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.11%

R = 83.33%
G = 15.56%
B = 1.11%

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

#961C02 (or 0x961C02) is known color: Dark Red. HEX triplet: 96, 1C and 02. RGB value is (150,28,2). Sum of RGB (Red+Green+Blue) = 150+28+2=180 (23% of max value = 765). Red value is 150 (58.98% from 255 or 83.33% from 180); Green value is 28 (11.33% from 255 or 15.56% from 180); Blue value is 2 (1.17% from 255 or 1.11% from 180); Max value from RGB is 150 - color contains mainly: red. Hex color #961C02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #961C02 is #69E3FD. Grayscale: #3D3D3D. Windows color (decimal): -6939646 or 138390. OLE color: 138390.

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

Color convert

RGB 150 28 2 -
CMYK 0 0.81 0.99 0.41
HSL 10.54º 0.97% 0.3% -
HSV(B) 10.54º 0.99% 0.59% -
XYZ 13 7.32 0.78 -
YUV 61.51 94.42 191.11 -
System Red Green Blue C M Y K H S L
Decimal 150 28 2 0 0.81 0.99 0.41 10.54 0.97 0.3
Hex 96 1C 2 0 51 63 29 B 61 1E
Octal 226 34 2 0 121 143 51 13 141 36
Binary 10010110 11100 10 0 1010001 1100011 101001 1011 1100001 11110

Color Harmonies of #961C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961C02

Black with #961C02

Text Example


Text Example

White with #961C02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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