#581202

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

Shades of Red Oxide #581202

Tints of Red Oxide #581202

Color information

#581202 (or 0x581202) is unknown color: approx Red Oxide. HEX triplet: 58, 12 and 02. RGB value is (88,18,2). Sum of RGB (Red+Green+Blue) = 88+18+2=108 (14% of max value = 765). Red value is 88 (34.77% from 255 or 81.48% from 108); Green value is 18 (7.42% from 255 or 16.67% from 108); Blue value is 2 (1.17% from 255 or 1.85% from 108); Max value from RGB is 88 - color contains mainly: red. Hex color #581202 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581202 is #A7EDFD. Grayscale: #252525. Windows color (decimal): -11005438 or 135768. OLE color: 135768.

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

Color convert

RGB88182-
CMYK00.800.980.65
HSL11.16º95.56%17.65%-
HSV(B)11.16º97.73%34.51%-
XYZ4.252.510.32-
YUV37.11108.19164.3-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 81.48%
GREEN value IS 18 (7.42% from 255) = 16.67%
BLUE value IS 2 (1.17% from 255) = 1.85%
R=81.48%
G=16.67%
B=1.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.98
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8818200.800.980.6511.1695.5617.65
Hex581220506241b6012
Octal13022201201421011314022
Binary1011000100101001010000110001010000011011110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581202; }

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

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

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

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

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

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

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

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