Html Css Color HEX #920D00 Dark Red

📋 copy color: '#920D00'

red 146 ◦ green 13 ◦ blue 0

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

Shades of Dark Red #920D00

Tints of Dark Red #920D00

RGB

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

 GREEN value IS 13 (5.47% from 255) = 8.18%

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

R = 91.82%
G = 8.18%
B = 0%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 1

 K value IS 0.43

RGB Variations

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

Color information

#920D00 (or 0x920D00) is known color: Dark Red. HEX triplet: 92, 0D and 00. RGB value is (146,13,0). Sum of RGB (Red+Green+Blue) = 146+13+0=159 (21% of max value = 765). Red value is 146 (57.42% from 255 or 91.82% from 159); Green value is 13 (5.47% from 255 or 8.18% from 159); Blue value is 0 (0.39% from 255 or 0% from 159); Max value from RGB is 146 - color contains mainly: red. Hex color #920D00 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #920D00 is #6DF2FF. Grayscale: #333333. Windows color (decimal): -7205632 or 3474. OLE color: 3474.

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

Color convert

RGB 146 13 0 -
CMYK 0 0.91 1 0.43
HSL 5.34º 1% 0.29% -
HSV(B) 5.34º 1% 0.57% -
XYZ 12 6.4 0.6 -
YUV 51.29 99.06 195.56 -
System Red Green Blue C M Y K H S L
Decimal 146 13 0 0 0.91 1 0.43 5.34 1 0.29
Hex 92 D 0 0 5B 64 2B 5 64 1D
Octal 222 15 0 0 133 144 53 5 144 35
Binary 10010010 1101 0 0 1011011 1100100 101011 101 1100100 11101

Color Harmonies of #920D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920D00

Black with #920D00

Text Example


Text Example

White with #920D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920D00; }

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

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

background-color css

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

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

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

border-color css

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

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

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