Html Css Color HEX #56130F Red Oxide

📋 copy color: '#56130F'

red 86 ◦ green 19 ◦ blue 15

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

Shades of Red Oxide #56130F

Tints of Red Oxide #56130F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 12.5%

R = 71.67%
G = 15.83%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.83

 K value IS 0.66

RGB Variations

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

Color information

#56130F (or 0x56130F) is known color: Red Oxide. HEX triplet: 56, 13 and 0F. RGB value is (86,19,15). Sum of RGB (Red+Green+Blue) = 86+19+15=120 (15% of max value = 765). Red value is 86 (33.98% from 255 or 71.67% from 120); Green value is 19 (7.81% from 255 or 15.83% from 120); Blue value is 15 (6.25% from 255 or 12.5% from 120); Max value from RGB is 86 - color contains mainly: red. Hex color #56130F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #56130F is #A9ECF0. Grayscale: #262626. Windows color (decimal): -11136241 or 987990. OLE color: 987990.

HSL color Cylindrical-coordinate representation of color #56130F: hue angle of 3.38º degrees, saturation: 0.7, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #56130F is Cyan = 0, Magento = 0.78, Yellow = 0.83 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 19 15 -
CMYK 0 0.78 0.83 0.66
HSL 3.38º 0.7% 0.2% -
HSV(B) 3.38º 0.83% 0.34% -
XYZ 4.16 2.48 0.71 -
YUV 38.58 114.7 161.83 -
System Red Green Blue C M Y K H S L
Decimal 86 19 15 0 0.78 0.83 0.66 3.38 0.7 0.2
Hex 56 13 F 0 4E 53 42 3 46 14
Octal 126 23 17 0 116 123 102 3 106 24
Binary 1010110 10011 1111 0 1001110 1010011 1000010 11 1000110 10100

Color Harmonies of #56130F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56130F

Black with #56130F

Text Example


Text Example

White with #56130F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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