Html Css Color HEX #460A10 Rustic Red

📋 copy color: '#460A10'

red 70 ◦ green 10 ◦ blue 16

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

Shades of Rustic Red #460A10

Tints of Rustic Red #460A10

RGB

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

 GREEN value IS 10 (4.3% from 255) = 10.42%

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

R = 72.92%
G = 10.42%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.77

 K value IS 0.73

RGB Variations

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

Color information

#460A10 (or 0x460A10) is known color: Rustic Red. HEX triplet: 46, 0A and 10. RGB value is (70,10,16). Sum of RGB (Red+Green+Blue) = 70+10+16=96 (12% of max value = 765). Red value is 70 (27.73% from 255 or 72.92% from 96); Green value is 10 (4.30% from 255 or 10.42% from 96); Blue value is 16 (6.64% from 255 or 16.67% from 96); Max value from RGB is 70 - color contains mainly: red. Hex color #460A10 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460A10 is #B9F5EF. Grayscale: #1C1C1C. Windows color (decimal): -12187120 or 1051206. OLE color: 1051206.

HSL color Cylindrical-coordinate representation of color #460A10: hue angle of 354º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #460A10 is Cyan = 0, Magento = 0.86, Yellow = 0.77 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 10 16 -
CMYK 0 0.86 0.77 0.73
HSL 354º 0.75% 0.16% -
HSV(B) 354º 0.86% 0.27% -
XYZ 2.73 1.56 0.65 -
YUV 28.62 120.88 157.51 -
System Red Green Blue C M Y K H S L
Decimal 70 10 16 0 0.86 0.77 0.73 354 0.75 0.16
Hex 46 A 10 0 56 4D 49 162 4B 10
Octal 106 12 20 0 126 115 111 542 113 20
Binary 1000110 1010 10000 0 1010110 1001101 1001001 101100010 1001011 10000

Color Harmonies of #460A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460A10

Black with #460A10

Text Example


Text Example

White with #460A10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460A10; }

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

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

background-color css

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

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

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

border-color css

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

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

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