Html Css Color HEX #920500 Dark Red

📋 copy color: '#920500'

red 146 ◦ green 5 ◦ blue 0

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

Shades of Dark Red #920500

Tints of Dark Red #920500

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.31%

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

R = 96.69%
G = 3.31%
B = 0%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 1

 K value IS 0.43

RGB Variations

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

Color information

#920500 (or 0x920500) is known color: Dark Red. HEX triplet: 92, 05 and 00. RGB value is (146,5,0). Sum of RGB (Red+Green+Blue) = 146+5+0=151 (20% of max value = 765). Red value is 146 (57.42% from 255 or 96.69% from 151); Green value is 5 (2.34% from 255 or 3.31% from 151); Blue value is 0 (0.39% from 255 or 0% from 151); Max value from RGB is 146 - color contains mainly: red. Hex color #920500 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #920500 is #6DFAFF. Grayscale: #2E2E2E. Windows color (decimal): -7207680 or 1426. OLE color: 1426.

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

Color convert

RGB 146 5 0 -
CMYK 0 0.97 1 0.43
HSL 2.05º 1% 0.29% -
HSV(B) 2.05º 1% 0.57% -
XYZ 11.91 6.22 0.57 -
YUV 46.59 101.71 198.91 -
System Red Green Blue C M Y K H S L
Decimal 146 5 0 0 0.97 1 0.43 2.05 1 0.29
Hex 92 5 0 0 61 64 2B 2 64 1D
Octal 222 5 0 0 141 144 53 2 144 35
Binary 10010010 101 0 0 1100001 1100100 101011 10 1100100 11101

Color Harmonies of #920500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920500

Black with #920500

Text Example


Text Example

White with #920500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920500; }

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

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

background-color css

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

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

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

border-color css

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

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

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