#580602

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

Shades of Red Oxide #580602

Tints of Red Oxide #580602

Color information

#580602 (or 0x580602) is unknown color: approx Red Oxide. HEX triplet: 58, 06 and 02. RGB value is (88,6,2). Sum of RGB (Red+Green+Blue) = 88+6+2=96 (12% of max value = 765). Red value is 88 (34.77% from 255 or 91.67% from 96); Green value is 6 (2.73% from 255 or 6.25% from 96); Blue value is 2 (1.17% from 255 or 2.08% from 96); Max value from RGB is 88 - color contains mainly: red. Hex color #580602 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580602 is #A7F9FD. Grayscale: #1E1E1E. Windows color (decimal): -11008510 or 132696. OLE color: 132696.

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

Color convert

RGB8862-
CMYK00.930.980.65
HSL2.79º95.56%17.65%-
HSV(B)2.79º97.73%34.51%-
XYZ4.12.210.27-
YUV30.06112.17169.33-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 91.67%
GREEN value IS 6 (2.73% from 255) = 6.25%
BLUE value IS 2 (1.17% from 255) = 2.08%
R=91.67%
G=6.25%
B=2.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.98
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal886200.930.980.652.7995.5617.65
Hex586205D624136012
Octal130620135142101314022
Binary101100011010010111011100010100000111110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580602; }

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

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

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

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

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

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

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

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