#56150D

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

Shades of Red Oxide #56150D

Tints of Red Oxide #56150D

Color information

#56150D (or 0x56150D) is unknown color: approx Red Oxide. HEX triplet: 56, 15 and 0D. RGB value is (86,21,13). Sum of RGB (Red+Green+Blue) = 86+21+13=120 (15% of max value = 765). Red value is 86 (33.98% from 255 or 71.67% from 120); Green value is 21 (8.59% from 255 or 17.5% from 120); Blue value is 13 (5.47% from 255 or 10.83% from 120); Max value from RGB is 86 - color contains mainly: red. Hex color #56150D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #56150D is #A9EAF2. Grayscale: #272727. Windows color (decimal): -11135731 or 857430. OLE color: 857430.

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

Color convert

RGB862113-
CMYK00.760.850.66
HSL6.58º73.74%19.41%-
HSV(B)6.58º84.88%33.73%-
XYZ4.182.540.65-
YUV39.52113.03161.15-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 71.67%
GREEN value IS 21 (8.59% from 255) = 17.5%
BLUE value IS 13 (5.47% from 255) = 10.83%
R=71.67%
G=17.5%
B=10.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.85
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86211300.760.850.666.5873.7419.41
Hex5615D04C554274a13
Octal12625150114125102711223
Binary10101101010111010100110010101011000010111100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56150D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56150D; }

 p { color: rgb(86,21,13); }

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

<style>
 a { background-color: #56150D; }

 a { background-color: rgb(86,21,13); }

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

<style>
 span { border-color: #56150D; }

 span { border-color: rgb(86,21,13); }

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