#56170A

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

Shades of Red Oxide #56170A

Tints of Red Oxide #56170A

Color information

#56170A (or 0x56170A) is unknown color: approx Red Oxide. HEX triplet: 56, 17 and 0A. RGB value is (86,23,10). Sum of RGB (Red+Green+Blue) = 86+23+10=119 (15% of max value = 765). Red value is 86 (33.98% from 255 or 72.27% from 119); Green value is 23 (9.38% from 255 or 19.33% from 119); Blue value is 10 (4.30% from 255 or 8.40% from 119); Max value from RGB is 86 - color contains mainly: red. Hex color #56170A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #56170A is #A9E8F5. Grayscale: #282828. Windows color (decimal): -11135222 or 661334. OLE color: 661334.

HSL color Cylindrical-coordinate representation of color #56170A: hue angle of 10.26º 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 #56170A is Cyan = 0, Magento = 0.73, Yellow = 0.88 and Black (K on CMYK) = 0.66.

Color convert

RGB862310-
CMYK00.730.880.66
HSL10.26º79.17%18.82%-
HSV(B)10.26º88.37%33.73%-
XYZ4.22.610.57-
YUV40.35110.87160.56-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 72.27%
GREEN value IS 23 (9.38% from 255) = 19.33%
BLUE value IS 10 (4.30% from 255) = 8.40%
R=72.27%
G=19.33%
B=8.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.88
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86231000.730.880.6610.2679.1718.82
Hex5617A0495842a4f13
Octal126271201111301021211723
Binary101011010111101001001001101100010000101010100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56170A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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