#581210

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

Shades of Red Oxide #581210

Tints of Red Oxide #581210

Color information

#581210 (or 0x581210) is unknown color: approx Red Oxide. HEX triplet: 58, 12 and 10. RGB value is (88,18,16). Sum of RGB (Red+Green+Blue) = 88+18+16=122 (16% of max value = 765). Red value is 88 (34.77% from 255 or 72.13% from 122); Green value is 18 (7.42% from 255 or 14.75% from 122); Blue value is 16 (6.64% from 255 or 13.11% from 122); Max value from RGB is 88 - color contains mainly: red. Hex color #581210 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581210 is #A7EDEF. Grayscale: #262626. Windows color (decimal): -11005424 or 1053272. OLE color: 1053272.

HSL color Cylindrical-coordinate representation of color #581210: hue angle of 1.67º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #581210 is Cyan = 0, Magento = 0.80, Yellow = 0.82 and Black (K on CMYK) = 0.65.

Color convert

RGB881816-
CMYK00.800.820.65
HSL1.67º69.23%20.39%-
HSV(B)1.67º81.82%34.51%-
XYZ4.332.540.75-
YUV38.7115.19163.16-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 72.13%
GREEN value IS 18 (7.42% from 255) = 14.75%
BLUE value IS 16 (6.64% from 255) = 13.11%
R=72.13%
G=14.75%
B=13.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.82
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88181600.800.820.651.6769.2320.39
Hex581210050524124514
Octal13022200120122101210524
Binary10110001001010000010100001010010100000110100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581210; }

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

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

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

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

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

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

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

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