#920303

Color #920303 Dark Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Red #920303

Tints of Dark Red #920303

Color information

#920303 (or 0x920303) is unknown color: approx Dark Red. HEX triplet: 92, 03 and 03. RGB value is (146,3,3). Sum of RGB (Red+Green+Blue) = 146+3+3=152 (20% of max value = 765). Red value is 146 (57.42% from 255 or 96.05% from 152); Green value is 3 (1.56% from 255 or 1.97% from 152); Blue value is 3 (1.56% from 255 or 1.97% from 152); Max value from RGB is 146 - color contains mainly: red. Hex color #920303 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #920303 is #6DFCFC. Grayscale: #2D2D2D. Windows color (decimal): -7208189 or 197522. OLE color: 197522.

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

Color convert

RGB14633-
CMYK00.980.980.43
HSL95.97%29.22%-
HSV(B)97.95%57.25%-
XYZ11.96.180.65-
YUV45.76103.88199.5-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 96.05%
GREEN value IS 3 (1.56% from 255) = 1.97%
BLUE value IS 3 (1.56% from 255) = 1.97%
R=96.05%
G=1.97%
B=1.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.98
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1463300.980.980.43095.9729.22
Hex9233062622B0601d
Octal22233014214253014035
Binary1001001011110110001011000101010110110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #920303; }

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

 H1.HeaderClassName
 {
   color: #920303;
 }
 .AnyTagClassName
 {
   color: #920303;
 }
</style>
background-color css

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

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

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

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

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

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