#580902

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

Shades of Red Oxide #580902

Tints of Red Oxide #580902

Color information

#580902 (or 0x580902) is unknown color: approx Red Oxide. HEX triplet: 58, 09 and 02. RGB value is (88,9,2). Sum of RGB (Red+Green+Blue) = 88+9+2=99 (13% of max value = 765). Red value is 88 (34.77% from 255 or 88.89% from 99); Green value is 9 (3.91% from 255 or 9.09% from 99); Blue value is 2 (1.17% from 255 or 2.02% from 99); Max value from RGB is 88 - color contains mainly: red. Hex color #580902 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580902 is #A7F6FD. Grayscale: #1F1F1F. Windows color (decimal): -11007742 or 133464. OLE color: 133464.

HSL color Cylindrical-coordinate representation of color #580902: hue angle of 4.88º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #580902 is Cyan = 0, Magento = 0.90, Yellow = 0.98 and Black (K on CMYK) = 0.65.

Color convert

RGB8892-
CMYK00.900.980.65
HSL4.88º95.56%17.65%-
HSV(B)4.88º97.73%34.51%-
XYZ4.132.270.28-
YUV31.82111.17168.07-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 88.89%
GREEN value IS 9 (3.91% from 255) = 9.09%
BLUE value IS 2 (1.17% from 255) = 2.02%
R=88.89%
G=9.09%
B=2.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.98
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal889200.900.980.654.8895.5617.65
Hex589205A624156012
Octal1301120132142101514022
Binary10110001001100101101011000101000001101110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580902; }

 p { color: rgb(88,9,2); }

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

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

 a { background-color: rgb(88,9,2); }

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

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

 span { border-color: rgb(88,9,2); }

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