Html Css Color HEX #56130D Red Oxide

📋 copy color: '#56130D'

red 86 ◦ green 19 ◦ blue 13

#56130D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Oxide #56130D

Tints of Red Oxide #56130D

RGB

 RED value IS 86 (33.98% from 255) = 72.88%

 GREEN value IS 19 (7.81% from 255) = 16.1%

 BLUE value IS 13 (5.47% from 255) = 11.02%

R = 72.88%
G = 16.1%
B = 11.02%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.85

 K value IS 0.66

RGB Variations

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

Color information

#56130D (or 0x56130D) is known color: Red Oxide. HEX triplet: 56, 13 and 0D. RGB value is (86,19,13). Sum of RGB (Red+Green+Blue) = 86+19+13=118 (15% of max value = 765). Red value is 86 (33.98% from 255 or 72.88% from 118); Green value is 19 (7.81% from 255 or 16.10% from 118); Blue value is 13 (5.47% from 255 or 11.02% from 118); Max value from RGB is 86 - color contains mainly: red. Hex color #56130D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #56130D is #A9ECF2. Grayscale: #262626. Windows color (decimal): -11136243 or 856918. OLE color: 856918.

HSL color Cylindrical-coordinate representation of color #56130D: hue angle of 4.93º 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 #56130D is Cyan = 0, Magento = 0.78, Yellow = 0.85 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 19 13 -
CMYK 0 0.78 0.85 0.66
HSL 4.93º 0.74% 0.19% -
HSV(B) 4.93º 0.85% 0.34% -
XYZ 4.14 2.47 0.64 -
YUV 38.35 113.7 161.99 -
System Red Green Blue C M Y K H S L
Decimal 86 19 13 0 0.78 0.85 0.66 4.93 0.74 0.19
Hex 56 13 D 0 4E 55 42 5 4A 13
Octal 126 23 15 0 116 125 102 5 112 23
Binary 1010110 10011 1101 0 1001110 1010101 1000010 101 1001010 10011

Color Harmonies of #56130D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56130D

Black with #56130D

Text Example


Text Example

White with #56130D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #56130D;
 }
 .AnyTagClassName
 {
   color: #56130D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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