Html Css Color HEX #460410 Rustic Red

📋 copy color: '#460410'

red 70 ◦ green 4 ◦ blue 16

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

Shades of Rustic Red #460410

Tints of Rustic Red #460410

RGB

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

 GREEN value IS 4 (1.95% from 255) = 4.44%

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

R = 77.78%
G = 4.44%
B = 17.78%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.77

 K value IS 0.73

RGB Variations

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

Color information

#460410 (or 0x460410) is known color: Rustic Red. HEX triplet: 46, 04 and 10. RGB value is (70,4,16). Sum of RGB (Red+Green+Blue) = 70+4+16=90 (11% of max value = 765). Red value is 70 (27.73% from 255 or 77.78% from 90); Green value is 4 (1.95% from 255 or 4.44% from 90); Blue value is 16 (6.64% from 255 or 17.78% from 90); Max value from RGB is 70 - color contains mainly: red. Hex color #460410 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460410 is #B9FBEF. Grayscale: #191919. Windows color (decimal): -12188656 or 1049670. OLE color: 1049670.

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

Color convert

RGB 70 4 16 -
CMYK 0 0.94 0.77 0.73
HSL 349.09º 0.89% 0.15% -
HSV(B) 349.09º 0.94% 0.27% -
XYZ 2.66 1.43 0.63 -
YUV 25.1 122.87 160.02 -
System Red Green Blue C M Y K H S L
Decimal 70 4 16 0 0.94 0.77 0.73 349.09 0.89 0.15
Hex 46 4 10 0 5E 4D 49 15D 59 F
Octal 106 4 20 0 136 115 111 535 131 17
Binary 1000110 100 10000 0 1011110 1001101 1001001 101011101 1011001 1111

Color Harmonies of #460410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460410

Black with #460410

Text Example


Text Example

White with #460410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460410; }

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

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

background-color css

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

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

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

border-color css

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

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

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