#580402

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

Shades of Red Oxide #580402

Tints of Red Oxide #580402

Color information

#580402 (or 0x580402) is unknown color: approx Red Oxide. HEX triplet: 58, 04 and 02. RGB value is (88,4,2). Sum of RGB (Red+Green+Blue) = 88+4+2=94 (12% of max value = 765). Red value is 88 (34.77% from 255 or 93.62% from 94); Green value is 4 (1.95% from 255 or 4.26% from 94); Blue value is 2 (1.17% from 255 or 2.13% from 94); Max value from RGB is 88 - color contains mainly: red. Hex color #580402 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580402 is #A7FBFD. Grayscale: #1C1C1C. Windows color (decimal): -11009022 or 132184. OLE color: 132184.

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

Color convert

RGB8842-
CMYK00.950.980.65
HSL1.4º95.56%17.65%-
HSV(B)1.4º97.73%34.51%-
XYZ4.082.170.26-
YUV28.89112.83170.16-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 93.62%
GREEN value IS 4 (1.95% from 255) = 4.26%
BLUE value IS 2 (1.17% from 255) = 2.13%
R=93.62%
G=4.26%
B=2.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.98
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal884200.950.980.651.495.5617.65
Hex584205F624116012
Octal130420137142101114022
Binary10110001001001011111110001010000011110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580402; }

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

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

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

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

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

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

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

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