Html Css Color HEX #561503 Red Oxide

📋 copy color: '#561503'

red 86 ◦ green 21 ◦ blue 3

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

Shades of Red Oxide #561503

Tints of Red Oxide #561503

RGB

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

 GREEN value IS 21 (8.59% from 255) = 19.09%

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

R = 78.18%
G = 19.09%
B = 2.73%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.97

 K value IS 0.66

RGB Variations

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

Color information

#561503 (or 0x561503) is known color: Red Oxide. HEX triplet: 56, 15 and 03. RGB value is (86,21,3). Sum of RGB (Red+Green+Blue) = 86+21+3=110 (14% of max value = 765). Red value is 86 (33.98% from 255 or 78.18% from 110); Green value is 21 (8.59% from 255 or 19.09% from 110); Blue value is 3 (1.56% from 255 or 2.73% from 110); Max value from RGB is 86 - color contains mainly: red. Hex color #561503 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #561503 is #A9EAFC. Grayscale: #262626. Windows color (decimal): -11135741 or 202070. OLE color: 202070.

HSL color Cylindrical-coordinate representation of color #561503: hue angle of 13.01º 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 #561503 is Cyan = 0, Magento = 0.76, Yellow = 0.97 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 21 3 -
CMYK 0 0.76 0.97 0.66
HSL 13.01º 0.93% 0.17% -
HSV(B) 13.01º 0.97% 0.34% -
XYZ 4.12 2.52 0.36 -
YUV 38.38 108.03 161.96 -
System Red Green Blue C M Y K H S L
Decimal 86 21 3 0 0.76 0.97 0.66 13.01 0.93 0.17
Hex 56 15 3 0 4C 61 42 D 5D 11
Octal 126 25 3 0 114 141 102 15 135 21
Binary 1010110 10101 11 0 1001100 1100001 1000010 1101 1011101 10001

Color Harmonies of #561503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561503

Black with #561503

Text Example


Text Example

White with #561503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561503; }

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

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

background-color css

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

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

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

border-color css

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

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

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