Html Css Color HEX #560F00 Red Oxide

📋 copy color: '#560F00'

red 86 ◦ green 15 ◦ blue 0

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

Shades of Red Oxide #560F00

Tints of Red Oxide #560F00

RGB

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

 GREEN value IS 15 (6.25% from 255) = 14.85%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 85.15%
G = 14.85%
B = 0%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 1

 K value IS 0.66

RGB Variations

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

Color information

#560F00 (or 0x560F00) is known color: Red Oxide. HEX triplet: 56, 0F and 00. RGB value is (86,15,0). Sum of RGB (Red+Green+Blue) = 86+15+0=101 (13% of max value = 765). Red value is 86 (33.98% from 255 or 85.15% from 101); Green value is 15 (6.25% from 255 or 14.85% from 101); Blue value is 0 (0.39% from 255 or 0% from 101); Max value from RGB is 86 - color contains mainly: red. Hex color #560F00 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560F00 is #A9F0FF. Grayscale: #222222. Windows color (decimal): -11137280 or 3926. OLE color: 3926.

HSL color Cylindrical-coordinate representation of color #560F00: hue angle of 10.47º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #560F00 is Cyan = 0, Magento = 0.83, Yellow = 1 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 15 0 -
CMYK 0 0.83 1 0.66
HSL 10.47º 1% 0.17% -
HSV(B) 10.47º 1% 0.34% -
XYZ 4.01 2.32 0.24 -
YUV 34.52 108.52 164.72 -
System Red Green Blue C M Y K H S L
Decimal 86 15 0 0 0.83 1 0.66 10.47 1 0.17
Hex 56 F 0 0 53 64 42 A 64 11
Octal 126 17 0 0 123 144 102 12 144 21
Binary 1010110 1111 0 0 1010011 1100100 1000010 1010 1100100 10001

Color Harmonies of #560F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560F00

Black with #560F00

Text Example


Text Example

White with #560F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560F00; }

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

 H1.HeaderClassName
 {
   color: #560F00;
 }
 .AnyTagClassName
 {
   color: #560F00;
 }
</style>

background-color css

<style>
 a { background-color: #560F00; }

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

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

border-color css

<style>
 span { border-color: #560F00; }

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

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