Html Css Color HEX #560503 Red Oxide

📋 copy color: '#560503'

red 86 ◦ green 5 ◦ blue 3

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

Shades of Red Oxide #560503

Tints of Red Oxide #560503

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 3.19%

R = 91.49%
G = 5.32%
B = 3.19%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.97

 K value IS 0.66

RGB Variations

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

Color information

#560503 (or 0x560503) is known color: Red Oxide. HEX triplet: 56, 05 and 03. RGB value is (86,5,3). Sum of RGB (Red+Green+Blue) = 86+5+3=94 (12% of max value = 765). Red value is 86 (33.98% from 255 or 91.49% from 94); Green value is 5 (2.34% from 255 or 5.32% from 94); Blue value is 3 (1.56% from 255 or 3.19% from 94); Max value from RGB is 86 - color contains mainly: red. Hex color #560503 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560503 is #A9FAFC. Grayscale: #1D1D1D. Windows color (decimal): -11139837 or 197974. OLE color: 197974.

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

Color convert

RGB 86 5 3 -
CMYK 0 0.94 0.97 0.66
HSL 1.45º 0.93% 0.17% -
HSV(B) 1.45º 0.97% 0.34% -
XYZ 3.91 2.09 0.28 -
YUV 28.99 113.34 168.66 -
System Red Green Blue C M Y K H S L
Decimal 86 5 3 0 0.94 0.97 0.66 1.45 0.93 0.17
Hex 56 5 3 0 5E 61 42 1 5D 11
Octal 126 5 3 0 136 141 102 1 135 21
Binary 1010110 101 11 0 1011110 1100001 1000010 1 1011101 10001

Color Harmonies of #560503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560503

Black with #560503

Text Example


Text Example

White with #560503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560503; }

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

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

background-color css

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

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

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

border-color css

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

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

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