Html Css Color HEX #920000 Dark Red

📋 copy color: '#920000'

red 146 ◦ green 0 ◦ blue 0

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

Shades of Dark Red #920000

Tints of Dark Red #920000

RGB

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

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

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

R = 100%
G = 0%
B = 0%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 1

 K value IS 0.43

RGB Variations

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

Color information

#920000 (or 0x920000) is known color: Dark Red. HEX triplet: 92, 00 and 00. RGB value is (146,0,0). Sum of RGB (Red+Green+Blue) = 146+0+0=146 (19% of max value = 765). Red value is 146 (57.42% from 255 or 100% from 146); Green value is 0 (0.39% from 255 or 0% from 146); Blue value is 0 (0.39% from 255 or 0% from 146); Max value from RGB is 146 - color contains mainly: red. Hex color #920000 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #920000 is #6DFFFF. Grayscale: #2B2B2B. Windows color (decimal): -7208960 or 146. OLE color: 146.

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

Color convert

RGB 146 0 0 -
CMYK 0 1 1 0.43
HSL 1% 0.29% -
HSV(B) 1% 0.57% -
XYZ 11.85 6.11 0.55 -
YUV 43.65 103.37 201 -
System Red Green Blue C M Y K H S L
Decimal 146 0 0 0 1 1 0.43 0 1 0.29
Hex 92 0 0 0 64 64 2B 0 64 1D
Octal 222 0 0 0 144 144 53 0 144 35
Binary 10010010 0 0 0 1100100 1100100 101011 0 1100100 11101

Color Harmonies of #920000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920000

Black with #920000

Text Example


Text Example

White with #920000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920000; }

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

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

background-color css

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

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

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

border-color css

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

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

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