Html Css Color HEX #56140F Red Oxide

📋 copy color: '#56140F'

red 86 ◦ green 20 ◦ blue 15

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

Shades of Red Oxide #56140F

Tints of Red Oxide #56140F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 16.53%

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

R = 71.07%
G = 16.53%
B = 12.4%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.83

 K value IS 0.66

RGB Variations

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

Color information

#56140F (or 0x56140F) is known color: Red Oxide. HEX triplet: 56, 14 and 0F. RGB value is (86,20,15). Sum of RGB (Red+Green+Blue) = 86+20+15=121 (16% of max value = 765). Red value is 86 (33.98% from 255 or 71.07% from 121); Green value is 20 (8.20% from 255 or 16.53% from 121); Blue value is 15 (6.25% from 255 or 12.40% from 121); Max value from RGB is 86 - color contains mainly: red. Hex color #56140F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #56140F is #A9EBF0. Grayscale: #272727. Windows color (decimal): -11135985 or 988246. OLE color: 988246.

HSL color Cylindrical-coordinate representation of color #56140F: hue angle of 4.23º 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 #56140F is Cyan = 0, Magento = 0.77, Yellow = 0.83 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 20 15 -
CMYK 0 0.77 0.83 0.66
HSL 4.23º 0.7% 0.2% -
HSV(B) 4.23º 0.83% 0.34% -
XYZ 4.17 2.51 0.72 -
YUV 39.16 114.37 161.41 -
System Red Green Blue C M Y K H S L
Decimal 86 20 15 0 0.77 0.83 0.66 4.23 0.7 0.2
Hex 56 14 F 0 4D 53 42 4 46 14
Octal 126 24 17 0 115 123 102 4 106 24
Binary 1010110 10100 1111 0 1001101 1010011 1000010 100 1000110 10100

Color Harmonies of #56140F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56140F

Black with #56140F

Text Example


Text Example

White with #56140F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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