Html Css Color HEX #560A05 Red Oxide

📋 copy color: '#560A05'

red 86 ◦ green 10 ◦ blue 5

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

Shades of Red Oxide #560A05

Tints of Red Oxide #560A05

RGB

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

 GREEN value IS 10 (4.3% from 255) = 9.9%

 BLUE value IS 5 (2.34% from 255) = 4.95%

R = 85.15%
G = 9.9%
B = 4.95%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.94

 K value IS 0.66

RGB Variations

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

Color information

#560A05 (or 0x560A05) is known color: Red Oxide. HEX triplet: 56, 0A and 05. RGB value is (86,10,5). Sum of RGB (Red+Green+Blue) = 86+10+5=101 (13% of max value = 765). Red value is 86 (33.98% from 255 or 85.15% from 101); Green value is 10 (4.30% from 255 or 9.90% from 101); Blue value is 5 (2.34% from 255 or 4.95% from 101); Max value from RGB is 86 - color contains mainly: red. Hex color #560A05 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560A05 is #A9F5FA. Grayscale: #202020. Windows color (decimal): -11138555 or 330326. OLE color: 330326.

HSL color Cylindrical-coordinate representation of color #560A05: hue angle of 3.7º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #560A05 is Cyan = 0, Magento = 0.88, Yellow = 0.94 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 10 5 -
CMYK 0 0.88 0.94 0.66
HSL 3.7º 0.89% 0.18% -
HSV(B) 3.7º 0.94% 0.34% -
XYZ 3.97 2.21 0.36 -
YUV 32.15 112.68 166.41 -
System Red Green Blue C M Y K H S L
Decimal 86 10 5 0 0.88 0.94 0.66 3.7 0.89 0.18
Hex 56 A 5 0 58 5E 42 4 59 12
Octal 126 12 5 0 130 136 102 4 131 22
Binary 1010110 1010 101 0 1011000 1011110 1000010 100 1011001 10010

Color Harmonies of #560A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560A05

Black with #560A05

Text Example


Text Example

White with #560A05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,10,5); }

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

background-color css

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

 a { background-color: rgb(86,10,5); }

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

border-color css

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

 span { border-color: rgb(86,10,5); }

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