#56190A

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

Shades of Red Oxide #56190A

Tints of Red Oxide #56190A

Color information

#56190A (or 0x56190A) is unknown color: approx Red Oxide. HEX triplet: 56, 19 and 0A. RGB value is (86,25,10). Sum of RGB (Red+Green+Blue) = 86+25+10=121 (16% of max value = 765). Red value is 86 (33.98% from 255 or 71.07% from 121); Green value is 25 (10.16% from 255 or 20.66% from 121); Blue value is 10 (4.30% from 255 or 8.26% from 121); Max value from RGB is 86 - color contains mainly: red. Hex color #56190A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #56190A is #A9E6F5. Grayscale: #292929. Windows color (decimal): -11134710 or 661846. OLE color: 661846.

HSL color Cylindrical-coordinate representation of color #56190A: hue angle of 11.84º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #56190A is Cyan = 0, Magento = 0.71, Yellow = 0.88 and Black (K on CMYK) = 0.66.

Color convert

RGB862510-
CMYK00.710.880.66
HSL11.84º79.17%18.82%-
HSV(B)11.84º88.37%33.73%-
XYZ4.242.70.58-
YUV41.53110.21159.72-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 71.07%
GREEN value IS 25 (10.16% from 255) = 20.66%
BLUE value IS 10 (4.30% from 255) = 8.26%
R=71.07%
G=20.66%
B=8.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.88
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86251000.710.880.6611.8479.1718.82
Hex5619A0475842c4f13
Octal126311201071301021411723
Binary101011011001101001000111101100010000101100100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56190A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56190A; }

 p { color: rgb(86,25,10); }

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

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

 a { background-color: rgb(86,25,10); }

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

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

 span { border-color: rgb(86,25,10); }

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