Html Css Color HEX #560003 Rustic Red

📋 copy color: '#560003'

red 86 ◦ green 0 ◦ blue 3

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

Shades of Rustic Red #560003

Tints of Rustic Red #560003

RGB

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

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

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

R = 96.63%
G = 0%
B = 3.37%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.97

 K value IS 0.66

RGB Variations

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

Color information

#560003 (or 0x560003) is known color: Rustic Red. HEX triplet: 56, 00 and 03. RGB value is (86,0,3). Sum of RGB (Red+Green+Blue) = 86+0+3=89 (11% of max value = 765). Red value is 86 (33.98% from 255 or 96.63% from 89); Green value is 0 (0.39% from 255 or 0% from 89); Blue value is 3 (1.56% from 255 or 3.37% from 89); Max value from RGB is 86 - color contains mainly: red. Hex color #560003 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560003 is #A9FFFC. Grayscale: #1A1A1A. Windows color (decimal): -11141117 or 196694. OLE color: 196694.

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

Color convert

RGB 86 0 3 -
CMYK 0 1 0.97 0.66
HSL 357.91º 1% 0.17% -
HSV(B) 357.91º 1% 0.34% -
XYZ 3.85 1.99 0.27 -
YUV 26.06 114.99 170.76 -
System Red Green Blue C M Y K H S L
Decimal 86 0 3 0 1 0.97 0.66 357.91 1 0.17
Hex 56 0 3 0 64 61 42 166 64 11
Octal 126 0 3 0 144 141 102 546 144 21
Binary 1010110 0 11 0 1100100 1100001 1000010 101100110 1100100 10001

Color Harmonies of #560003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560003

Black with #560003

Text Example


Text Example

White with #560003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560003; }

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

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

background-color css

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

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

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

border-color css

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

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

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