#581A0C

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

Shades of Red Oxide #581A0C

Tints of Red Oxide #581A0C

Color information

#581A0C (or 0x581A0C) is unknown color: approx Red Oxide. HEX triplet: 58, 1A and 0C. RGB value is (88,26,12). Sum of RGB (Red+Green+Blue) = 88+26+12=126 (16% of max value = 765). Red value is 88 (34.77% from 255 or 69.84% from 126); Green value is 26 (10.55% from 255 or 20.63% from 126); Blue value is 12 (5.08% from 255 or 9.52% from 126); Max value from RGB is 88 - color contains mainly: red. Hex color #581A0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #581A0C is #A7E5F3. Grayscale: #2B2B2B. Windows color (decimal): -11003380 or 793176. OLE color: 793176.

HSL color Cylindrical-coordinate representation of color #581A0C: hue angle of 11.05º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #581A0C is Cyan = 0, Magento = 0.70, Yellow = 0.86 and Black (K on CMYK) = 0.65.

Color convert

RGB882612-
CMYK00.700.860.65
HSL11.05º76%19.61%-
HSV(B)11.05º86.36%34.51%-
XYZ4.462.840.66-
YUV42.94110.54160.14-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 69.84%
GREEN value IS 26 (10.55% from 255) = 20.63%
BLUE value IS 12 (5.08% from 255) = 9.52%
R=69.84%
G=20.63%
B=9.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.86
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88261200.700.860.6511.057619.61
Hex581AC0465641b4c14
Octal130321401061261011311424
Binary101100011010110001000110101011010000011011100110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581A0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581A0C; }

 p { color: rgb(88,26,12); }

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

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

 a { background-color: rgb(88,26,12); }

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

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

 span { border-color: rgb(88,26,12); }

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