Html Css Color HEX #920200 Dark Red

📋 copy color: '#920200'

red 146 ◦ green 2 ◦ blue 0

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

Shades of Dark Red #920200

Tints of Dark Red #920200

RGB

 RED value IS 146 (57.42% from 255) = 98.65%

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

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

R = 98.65%
G = 1.35%
B = 0%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 1

 K value IS 0.43

RGB Variations

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

Color information

#920200 (or 0x920200) is known color: Dark Red. HEX triplet: 92, 02 and 00. RGB value is (146,2,0). Sum of RGB (Red+Green+Blue) = 146+2+0=148 (19% of max value = 765). Red value is 146 (57.42% from 255 or 98.65% from 148); Green value is 2 (1.17% from 255 or 1.35% from 148); Blue value is 0 (0.39% from 255 or 0% from 148); Max value from RGB is 146 - color contains mainly: red. Hex color #920200 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #920200 is #6DFDFF. Grayscale: #2C2C2C. Windows color (decimal): -7208448 or 658. OLE color: 658.

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

Color convert

RGB 146 2 0 -
CMYK 0 0.99 1 0.43
HSL 0.82º 1% 0.29% -
HSV(B) 0.82º 1% 0.57% -
XYZ 11.88 6.15 0.56 -
YUV 44.83 102.71 200.16 -
System Red Green Blue C M Y K H S L
Decimal 146 2 0 0 0.99 1 0.43 0.82 1 0.29
Hex 92 2 0 0 63 64 2B 1 64 1D
Octal 222 2 0 0 143 144 53 1 144 35
Binary 10010010 10 0 0 1100011 1100100 101011 1 1100100 11101

Color Harmonies of #920200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920200

Black with #920200

Text Example


Text Example

White with #920200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920200; }

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

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

background-color css

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

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

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

border-color css

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

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

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