#56130C

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

Shades of Red Oxide #56130C

Tints of Red Oxide #56130C

Color information

#56130C (or 0x56130C) is unknown color: approx Red Oxide. HEX triplet: 56, 13 and 0C. RGB value is (86,19,12). Sum of RGB (Red+Green+Blue) = 86+19+12=117 (15% of max value = 765). Red value is 86 (33.98% from 255 or 73.50% from 117); Green value is 19 (7.81% from 255 or 16.24% from 117); Blue value is 12 (5.08% from 255 or 10.26% from 117); Max value from RGB is 86 - color contains mainly: red. Hex color #56130C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #56130C is #A9ECF3. Grayscale: #262626. Windows color (decimal): -11136244 or 791382. OLE color: 791382.

HSL color Cylindrical-coordinate representation of color #56130C: hue angle of 5.68º degrees, saturation: 0.76, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #56130C is Cyan = 0, Magento = 0.78, Yellow = 0.86 and Black (K on CMYK) = 0.66.

Color convert

RGB861912-
CMYK00.780.860.66
HSL5.68º75.51%19.22%-
HSV(B)5.68º86.05%33.73%-
XYZ4.142.470.61-
YUV38.24113.2162.07-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 73.50%
GREEN value IS 19 (7.81% from 255) = 16.24%
BLUE value IS 12 (5.08% from 255) = 10.26%
R=73.50%
G=16.24%
B=10.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.86
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86191200.780.860.665.6875.5119.22
Hex5613C04E564264c13
Octal12623140116126102611423
Binary10101101001111000100111010101101000010110100110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56130C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56130C; }

 p { color: rgb(86,19,12); }

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

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

 a { background-color: rgb(86,19,12); }

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

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

 span { border-color: rgb(86,19,12); }

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