Html Css Color HEX #951603 Dark Red

📋 copy color: '#951603'

red 149 ◦ green 22 ◦ blue 3

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

Shades of Dark Red #951603

Tints of Dark Red #951603

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.64%

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

R = 85.63%
G = 12.64%
B = 1.72%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.98

 K value IS 0.42

RGB Variations

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

Color information

#951603 (or 0x951603) is known color: Dark Red. HEX triplet: 95, 16 and 03. RGB value is (149,22,3). Sum of RGB (Red+Green+Blue) = 149+22+3=174 (23% of max value = 765). Red value is 149 (58.59% from 255 or 85.63% from 174); Green value is 22 (8.98% from 255 or 12.64% from 174); Blue value is 3 (1.56% from 255 or 1.72% from 174); Max value from RGB is 149 - color contains mainly: red. Hex color #951603 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #951603 is #6AE9FC. Grayscale: #3A3A3A. Windows color (decimal): -7006717 or 202389. OLE color: 202389.

HSL color Cylindrical-coordinate representation of color #951603: hue angle of 7.81º 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 #951603 is Cyan = 0, Magento = 0.85, Yellow = 0.98 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 22 3 -
CMYK 0 0.85 0.98 0.42
HSL 7.81º 0.96% 0.3% -
HSV(B) 7.81º 0.98% 0.58% -
XYZ 12.7 6.97 0.76 -
YUV 57.81 97.08 193.04 -
System Red Green Blue C M Y K H S L
Decimal 149 22 3 0 0.85 0.98 0.42 7.81 0.96 0.3
Hex 95 16 3 0 55 62 2A 8 60 1E
Octal 225 26 3 0 125 142 52 10 140 36
Binary 10010101 10110 11 0 1010101 1100010 101010 1000 1100000 11110

Color Harmonies of #951603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951603

Black with #951603

Text Example


Text Example

White with #951603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951603; }

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

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

background-color css

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

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

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

border-color css

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

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

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