Html Css Color HEX #950200 Dark Red

📋 copy color: '#950200'

red 149 ◦ green 2 ◦ blue 0

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

Shades of Dark Red #950200

Tints of Dark Red #950200

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.32%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 98.68%
G = 1.32%
B = 0%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#950200 (or 0x950200) is known color: Dark Red. HEX triplet: 95, 02 and 00. RGB value is (149,2,0). Sum of RGB (Red+Green+Blue) = 149+2+0=151 (20% of max value = 765). Red value is 149 (58.59% from 255 or 98.68% from 151); Green value is 2 (1.17% from 255 or 1.32% from 151); Blue value is 0 (0.39% from 255 or 0% from 151); Max value from RGB is 149 - color contains mainly: red. Hex color #950200 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #950200 is #6AFDFF. Grayscale: #2D2D2D. Windows color (decimal): -7011840 or 661. OLE color: 661.

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

Color convert

RGB 149 2 0 -
CMYK 0 0.99 1 0.42
HSL 0.81º 1% 0.29% -
HSV(B) 0.81º 1% 0.58% -
XYZ 12.42 6.43 0.59 -
YUV 45.73 102.2 201.66 -
System Red Green Blue C M Y K H S L
Decimal 149 2 0 0 0.99 1 0.42 0.81 1 0.29
Hex 95 2 0 0 63 64 2A 1 64 1D
Octal 225 2 0 0 143 144 52 1 144 35
Binary 10010101 10 0 0 1100011 1100100 101010 1 1100100 11101

Color Harmonies of #950200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950200

Black with #950200

Text Example


Text Example

White with #950200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950200; }

 p { color: rgb(149,2,0); }

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

background-color css

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

 a { background-color: rgb(149,2,0); }

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

border-color css

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

 span { border-color: rgb(149,2,0); }

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