Html Css Color HEX #950B02 Dark Red

📋 copy color: '#950B02'

red 149 ◦ green 11 ◦ blue 2

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

Shades of Dark Red #950B02

Tints of Dark Red #950B02

RGB

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

 GREEN value IS 11 (4.69% from 255) = 6.79%

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

R = 91.98%
G = 6.79%
B = 1.23%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#950B02 (or 0x950B02) is known color: Dark Red. HEX triplet: 95, 0B and 02. RGB value is (149,11,2). Sum of RGB (Red+Green+Blue) = 149+11+2=162 (21% of max value = 765). Red value is 149 (58.59% from 255 or 91.98% from 162); Green value is 11 (4.69% from 255 or 6.79% from 162); Blue value is 2 (1.17% from 255 or 1.23% from 162); Max value from RGB is 149 - color contains mainly: red. Hex color #950B02 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #950B02 is #6AF4FD. Grayscale: #333333. Windows color (decimal): -7009534 or 134037. OLE color: 134037.

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

Color convert

RGB 149 11 2 -
CMYK 0 0.93 0.99 0.42
HSL 3.67º 0.97% 0.3% -
HSV(B) 3.67º 0.99% 0.58% -
XYZ 12.53 6.63 0.68 -
YUV 51.24 100.22 197.73 -
System Red Green Blue C M Y K H S L
Decimal 149 11 2 0 0.93 0.99 0.42 3.67 0.97 0.3
Hex 95 B 2 0 5D 63 2A 4 61 1E
Octal 225 13 2 0 135 143 52 4 141 36
Binary 10010101 1011 10 0 1011101 1100011 101010 100 1100001 11110

Color Harmonies of #950B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950B02

Black with #950B02

Text Example


Text Example

White with #950B02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950B02; }

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

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

background-color css

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

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

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

border-color css

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

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

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