Html Css Color HEX #920503 Dark Red

📋 copy color: '#920503'

red 146 ◦ green 5 ◦ blue 3

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

Shades of Dark Red #920503

Tints of Dark Red #920503

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.95%

R = 94.81%
G = 3.25%
B = 1.95%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.98

 K value IS 0.43

RGB Variations

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

Color information

#920503 (or 0x920503) is known color: Dark Red. HEX triplet: 92, 05 and 03. RGB value is (146,5,3). Sum of RGB (Red+Green+Blue) = 146+5+3=154 (20% of max value = 765). Red value is 146 (57.42% from 255 or 94.81% from 154); Green value is 5 (2.34% from 255 or 3.25% from 154); Blue value is 3 (1.56% from 255 or 1.95% from 154); Max value from RGB is 146 - color contains mainly: red. Hex color #920503 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #920503 is #6DFAFC. Grayscale: #2F2F2F. Windows color (decimal): -7207677 or 198034. OLE color: 198034.

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

Color convert

RGB 146 5 3 -
CMYK 0 0.97 0.98 0.43
HSL 0.84º 0.96% 0.29% -
HSV(B) 0.84º 0.98% 0.57% -
XYZ 11.92 6.23 0.66 -
YUV 46.93 103.21 198.66 -
System Red Green Blue C M Y K H S L
Decimal 146 5 3 0 0.97 0.98 0.43 0.84 0.96 0.29
Hex 92 5 3 0 61 62 2B 1 60 1D
Octal 222 5 3 0 141 142 53 1 140 35
Binary 10010010 101 11 0 1100001 1100010 101011 1 1100000 11101

Color Harmonies of #920503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920503

Black with #920503

Text Example


Text Example

White with #920503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920503; }

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

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

background-color css

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

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

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

border-color css

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

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

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