#56190C

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

Shades of Red Oxide #56190C

Tints of Red Oxide #56190C

Color information

#56190C (or 0x56190C) is unknown color: approx Red Oxide. HEX triplet: 56, 19 and 0C. RGB value is (86,25,12). Sum of RGB (Red+Green+Blue) = 86+25+12=123 (16% of max value = 765). Red value is 86 (33.98% from 255 or 69.92% from 123); Green value is 25 (10.16% from 255 or 20.33% from 123); Blue value is 12 (5.08% from 255 or 9.76% from 123); Max value from RGB is 86 - color contains mainly: red. Hex color #56190C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #56190C is #A9E6F3. Grayscale: #292929. Windows color (decimal): -11134708 or 792918. OLE color: 792918.

HSL color Cylindrical-coordinate representation of color #56190C: hue angle of 10.54º 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 #56190C is Cyan = 0, Magento = 0.71, Yellow = 0.86 and Black (K on CMYK) = 0.66.

Color convert

RGB862512-
CMYK00.710.860.66
HSL10.54º75.51%19.22%-
HSV(B)10.54º86.05%33.73%-
XYZ4.252.70.64-
YUV41.76111.21159.56-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 69.92%
GREEN value IS 25 (10.16% from 255) = 20.33%
BLUE value IS 12 (5.08% from 255) = 9.76%
R=69.92%
G=20.33%
B=9.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.86
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86251200.710.860.6610.5475.5119.22
Hex5619C0475642b4c13
Octal126311401071261021311423
Binary101011011001110001000111101011010000101011100110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56190C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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