Html Css Color HEX #460506 Rustic Red

📋 copy color: '#460506'

red 70 ◦ green 5 ◦ blue 6

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

Shades of Rustic Red #460506

Tints of Rustic Red #460506

RGB

 RED value IS 70 (27.73% from 255) = 86.42%

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

 BLUE value IS 6 (2.73% from 255) = 7.41%

R = 86.42%
G = 6.17%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.91

 K value IS 0.73

RGB Variations

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

Color information

#460506 (or 0x460506) is known color: Rustic Red. HEX triplet: 46, 05 and 06. RGB value is (70,5,6). Sum of RGB (Red+Green+Blue) = 70+5+6=81 (10% of max value = 765). Red value is 70 (27.73% from 255 or 86.42% from 81); Green value is 5 (2.34% from 255 or 6.17% from 81); Blue value is 6 (2.73% from 255 or 7.41% from 81); Max value from RGB is 70 - color contains mainly: red. Hex color #460506 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460506 is #B9FAF9. Grayscale: #181818. Windows color (decimal): -12188410 or 394566. OLE color: 394566.

HSL color Cylindrical-coordinate representation of color #460506: hue angle of 359.08º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #460506 is Cyan = 0, Magento = 0.93, Yellow = 0.91 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 5 6 -
CMYK 0 0.93 0.91 0.73
HSL 359.08º 0.87% 0.15% -
HSV(B) 359.08º 0.93% 0.27% -
XYZ 2.61 1.42 0.31 -
YUV 24.55 117.53 160.42 -
System Red Green Blue C M Y K H S L
Decimal 70 5 6 0 0.93 0.91 0.73 359.08 0.87 0.15
Hex 46 5 6 0 5D 5B 49 167 57 F
Octal 106 5 6 0 135 133 111 547 127 17
Binary 1000110 101 110 0 1011101 1011011 1001001 101100111 1010111 1111

Color Harmonies of #460506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460506

Black with #460506

Text Example


Text Example

White with #460506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460506; }

 p { color: rgb(70,5,6); }

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

background-color css

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

 a { background-color: rgb(70,5,6); }

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

border-color css

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

 span { border-color: rgb(70,5,6); }

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