Html Css Color HEX #560007 Rustic Red

📋 copy color: '#560007'

red 86 ◦ green 0 ◦ blue 7

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

Shades of Rustic Red #560007

Tints of Rustic Red #560007

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 7.53%

R = 92.47%
G = 0%
B = 7.53%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.92

 K value IS 0.66

RGB Variations

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

Color information

#560007 (or 0x560007) is known color: Rustic Red. HEX triplet: 56, 00 and 07. RGB value is (86,0,7). Sum of RGB (Red+Green+Blue) = 86+0+7=93 (12% of max value = 765). Red value is 86 (33.98% from 255 or 92.47% from 93); Green value is 0 (0.39% from 255 or 0% from 93); Blue value is 7 (3.12% from 255 or 7.53% from 93); Max value from RGB is 86 - color contains mainly: red. Hex color #560007 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560007 is #A9FFF8. Grayscale: #1A1A1A. Windows color (decimal): -11141113 or 458838. OLE color: 458838.

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

Color convert

RGB 86 0 7 -
CMYK 0 1 0.92 0.66
HSL 355.12º 1% 0.17% -
HSV(B) 355.12º 1% 0.34% -
XYZ 3.88 1.99 0.38 -
YUV 26.51 116.99 170.43 -
System Red Green Blue C M Y K H S L
Decimal 86 0 7 0 1 0.92 0.66 355.12 1 0.17
Hex 56 0 7 0 64 5C 42 163 64 11
Octal 126 0 7 0 144 134 102 543 144 21
Binary 1010110 0 111 0 1100100 1011100 1000010 101100011 1100100 10001

Color Harmonies of #560007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560007

Black with #560007

Text Example


Text Example

White with #560007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560007; }

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

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

background-color css

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

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

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

border-color css

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

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

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