Html Css Color HEX #951200 Dark Red

📋 copy color: '#951200'

red 149 ◦ green 18 ◦ blue 0

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

Shades of Dark Red #951200

Tints of Dark Red #951200

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.78%

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

R = 89.22%
G = 10.78%
B = 0%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#951200 (or 0x951200) is known color: Dark Red. HEX triplet: 95, 12 and 00. RGB value is (149,18,0). Sum of RGB (Red+Green+Blue) = 149+18+0=167 (22% of max value = 765). Red value is 149 (58.59% from 255 or 89.22% from 167); Green value is 18 (7.42% from 255 or 10.78% from 167); Blue value is 0 (0.39% from 255 or 0% from 167); Max value from RGB is 149 - color contains mainly: red. Hex color #951200 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #951200 is #6AEDFF. Grayscale: #373737. Windows color (decimal): -7007744 or 4757. OLE color: 4757.

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

Color convert

RGB 149 18 0 -
CMYK 0 0.88 1 0.42
HSL 7.25º 1% 0.29% -
HSV(B) 7.25º 1% 0.58% -
XYZ 12.61 6.82 0.65 -
YUV 55.12 96.9 194.96 -
System Red Green Blue C M Y K H S L
Decimal 149 18 0 0 0.88 1 0.42 7.25 1 0.29
Hex 95 12 0 0 58 64 2A 7 64 1D
Octal 225 22 0 0 130 144 52 7 144 35
Binary 10010101 10010 0 0 1011000 1100100 101010 111 1100100 11101

Color Harmonies of #951200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951200

Black with #951200

Text Example


Text Example

White with #951200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951200; }

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

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

background-color css

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

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

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

border-color css

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

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

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