Html Css Color HEX #56120F Red Oxide

📋 copy color: '#56120F'

red 86 ◦ green 18 ◦ blue 15

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

Shades of Red Oxide #56120F

Tints of Red Oxide #56120F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 15.13%

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

R = 72.27%
G = 15.13%
B = 12.61%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.83

 K value IS 0.66

RGB Variations

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

Color information

#56120F (or 0x56120F) is known color: Red Oxide. HEX triplet: 56, 12 and 0F. RGB value is (86,18,15). Sum of RGB (Red+Green+Blue) = 86+18+15=119 (15% of max value = 765). Red value is 86 (33.98% from 255 or 72.27% from 119); Green value is 18 (7.42% from 255 or 15.13% from 119); Blue value is 15 (6.25% from 255 or 12.61% from 119); Max value from RGB is 86 - color contains mainly: red. Hex color #56120F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #56120F is #A9EDF0. Grayscale: #262626. Windows color (decimal): -11136497 or 987734. OLE color: 987734.

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

Color convert

RGB 86 18 15 -
CMYK 0 0.79 0.83 0.66
HSL 2.54º 0.7% 0.2% -
HSV(B) 2.54º 0.83% 0.34% -
XYZ 4.14 2.45 0.71 -
YUV 37.99 115.03 162.24 -
System Red Green Blue C M Y K H S L
Decimal 86 18 15 0 0.79 0.83 0.66 2.54 0.7 0.2
Hex 56 12 F 0 4F 53 42 3 46 14
Octal 126 22 17 0 117 123 102 3 106 24
Binary 1010110 10010 1111 0 1001111 1010011 1000010 11 1000110 10100

Color Harmonies of #56120F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56120F

Black with #56120F

Text Example


Text Example

White with #56120F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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