Html Css Color HEX #460610 Rustic Red

📋 copy color: '#460610'

red 70 ◦ green 6 ◦ blue 16

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

Shades of Rustic Red #460610

Tints of Rustic Red #460610

RGB

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

 GREEN value IS 6 (2.73% from 255) = 6.52%

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

R = 76.09%
G = 6.52%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.77

 K value IS 0.73

RGB Variations

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

Color information

#460610 (or 0x460610) is known color: Rustic Red. HEX triplet: 46, 06 and 10. RGB value is (70,6,16). Sum of RGB (Red+Green+Blue) = 70+6+16=92 (12% of max value = 765). Red value is 70 (27.73% from 255 or 76.09% from 92); Green value is 6 (2.73% from 255 or 6.52% from 92); Blue value is 16 (6.64% from 255 or 17.39% from 92); Max value from RGB is 70 - color contains mainly: red. Hex color #460610 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460610 is #B9F9EF. Grayscale: #1A1A1A. Windows color (decimal): -12188144 or 1050182. OLE color: 1050182.

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

Color convert

RGB 70 6 16 -
CMYK 0 0.91 0.77 0.73
HSL 350.63º 0.84% 0.15% -
HSV(B) 350.63º 0.91% 0.27% -
XYZ 2.68 1.47 0.63 -
YUV 26.28 122.2 159.19 -
System Red Green Blue C M Y K H S L
Decimal 70 6 16 0 0.91 0.77 0.73 350.63 0.84 0.15
Hex 46 6 10 0 5B 4D 49 15F 54 F
Octal 106 6 20 0 133 115 111 537 124 17
Binary 1000110 110 10000 0 1011011 1001101 1001001 101011111 1010100 1111

Color Harmonies of #460610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460610

Black with #460610

Text Example


Text Example

White with #460610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460610; }

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

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

background-color css

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

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

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

border-color css

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

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

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