#920502

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

Shades of Dark Red #920502

Tints of Dark Red #920502

Color information

#920502 (or 0x920502) is unknown color: approx Dark Red. HEX triplet: 92, 05 and 02. RGB value is (146,5,2). Sum of RGB (Red+Green+Blue) = 146+5+2=153 (20% of max value = 765). Red value is 146 (57.42% from 255 or 95.42% from 153); Green value is 5 (2.34% from 255 or 3.27% from 153); Blue value is 2 (1.17% from 255 or 1.31% from 153); Max value from RGB is 146 - color contains mainly: red. Hex color #920502 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #920502 is #6DFAFD. Grayscale: #2E2E2E. Windows color (decimal): -7207678 or 132498. OLE color: 132498.

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

Color convert

RGB14652-
CMYK00.970.990.43
HSL1.25º97.3%29.02%-
HSV(B)1.25º98.63%57.25%-
XYZ11.926.220.63-
YUV46.82102.71198.74-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 95.42%
GREEN value IS 5 (2.34% from 255) = 3.27%
BLUE value IS 2 (1.17% from 255) = 1.31%
R=95.42%
G=3.27%
B=1.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.99
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1465200.970.990.431.2597.329.02
Hex9252061632B1611d
Octal22252014114353114135
Binary10010010101100110000111000111010111110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #920502; }

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

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

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

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

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

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

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

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