Html Css Color HEX #950603 Dark Red

📋 copy color: '#950603'

red 149 ◦ green 6 ◦ blue 3

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

Shades of Dark Red #950603

Tints of Dark Red #950603

RGB

 RED value IS 149 (58.59% from 255) = 94.3%

 GREEN value IS 6 (2.73% from 255) = 3.8%

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

R = 94.3%
G = 3.8%
B = 1.9%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.98

 K value IS 0.42

RGB Variations

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

Color information

#950603 (or 0x950603) is known color: Dark Red. HEX triplet: 95, 06 and 03. RGB value is (149,6,3). Sum of RGB (Red+Green+Blue) = 149+6+3=158 (20% of max value = 765). Red value is 149 (58.59% from 255 or 94.30% from 158); Green value is 6 (2.73% from 255 or 3.80% from 158); Blue value is 3 (1.56% from 255 or 1.90% from 158); Max value from RGB is 149 - color contains mainly: red. Hex color #950603 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #950603 is #6AF9FC. Grayscale: #303030. Windows color (decimal): -7010813 or 198293. OLE color: 198293.

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

Color convert

RGB 149 6 3 -
CMYK 0 0.96 0.98 0.42
HSL 1.23º 0.96% 0.3% -
HSV(B) 1.23º 0.98% 0.58% -
XYZ 12.48 6.53 0.69 -
YUV 48.42 102.38 199.74 -
System Red Green Blue C M Y K H S L
Decimal 149 6 3 0 0.96 0.98 0.42 1.23 0.96 0.3
Hex 95 6 3 0 60 62 2A 1 60 1E
Octal 225 6 3 0 140 142 52 1 140 36
Binary 10010101 110 11 0 1100000 1100010 101010 1 1100000 11110

Color Harmonies of #950603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950603

Black with #950603

Text Example


Text Example

White with #950603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950603; }

 p { color: rgb(149,6,3); }

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

background-color css

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

 a { background-color: rgb(149,6,3); }

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

border-color css

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

 span { border-color: rgb(149,6,3); }

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