Html Css Color HEX #460510 Rustic Red

📋 copy color: '#460510'

red 70 ◦ green 5 ◦ blue 16

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

Shades of Rustic Red #460510

Tints of Rustic Red #460510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 17.58%

R = 76.92%
G = 5.49%
B = 17.58%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.77

 K value IS 0.73

RGB Variations

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

Color information

#460510 (or 0x460510) is known color: Rustic Red. HEX triplet: 46, 05 and 10. RGB value is (70,5,16). Sum of RGB (Red+Green+Blue) = 70+5+16=91 (12% of max value = 765). Red value is 70 (27.73% from 255 or 76.92% from 91); Green value is 5 (2.34% from 255 or 5.49% from 91); Blue value is 16 (6.64% from 255 or 17.58% from 91); Max value from RGB is 70 - color contains mainly: red. Hex color #460510 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460510 is #B9FAEF. Grayscale: #191919. Windows color (decimal): -12188400 or 1049926. OLE color: 1049926.

HSL color Cylindrical-coordinate representation of color #460510: hue angle of 349.85º 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 #460510 is Cyan = 0, Magento = 0.93, Yellow = 0.77 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 5 16 -
CMYK 0 0.93 0.77 0.73
HSL 349.85º 0.87% 0.15% -
HSV(B) 349.85º 0.93% 0.27% -
XYZ 2.67 1.45 0.63 -
YUV 25.69 122.53 159.61 -
System Red Green Blue C M Y K H S L
Decimal 70 5 16 0 0.93 0.77 0.73 349.85 0.87 0.15
Hex 46 5 10 0 5D 4D 49 15E 57 F
Octal 106 5 20 0 135 115 111 536 127 17
Binary 1000110 101 10000 0 1011101 1001101 1001001 101011110 1010111 1111

Color Harmonies of #460510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460510

Black with #460510

Text Example


Text Example

White with #460510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460510; }

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

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

background-color css

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

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

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

border-color css

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

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

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