Html Css Color HEX #560501 Red Oxide

📋 copy color: '#560501'

red 86 ◦ green 5 ◦ blue 1

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

Shades of Red Oxide #560501

Tints of Red Oxide #560501

RGB

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

 GREEN value IS 5 (2.34% from 255) = 5.43%

 BLUE value IS 1 (0.78% from 255) = 1.09%

R = 93.48%
G = 5.43%
B = 1.09%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.99

 K value IS 0.66

RGB Variations

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

Color information

#560501 (or 0x560501) is known color: Red Oxide. HEX triplet: 56, 05 and 01. RGB value is (86,5,1). Sum of RGB (Red+Green+Blue) = 86+5+1=92 (12% of max value = 765). Red value is 86 (33.98% from 255 or 93.48% from 92); Green value is 5 (2.34% from 255 or 5.43% from 92); Blue value is 1 (0.78% from 255 or 1.09% from 92); Max value from RGB is 86 - color contains mainly: red. Hex color #560501 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560501 is #A9FAFE. Grayscale: #1C1C1C. Windows color (decimal): -11139839 or 66902. OLE color: 66902.

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

Color convert

RGB 86 5 1 -
CMYK 0 0.94 0.99 0.66
HSL 2.82º 0.98% 0.17% -
HSV(B) 2.82º 0.99% 0.34% -
XYZ 3.9 2.09 0.23 -
YUV 28.76 112.34 168.83 -
System Red Green Blue C M Y K H S L
Decimal 86 5 1 0 0.94 0.99 0.66 2.82 0.98 0.17
Hex 56 5 1 0 5E 63 42 3 62 11
Octal 126 5 1 0 136 143 102 3 142 21
Binary 1010110 101 1 0 1011110 1100011 1000010 11 1100010 10001

Color Harmonies of #560501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560501

Black with #560501

Text Example


Text Example

White with #560501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560501; }

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

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

background-color css

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

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

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

border-color css

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

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

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