Html Css Color HEX #460616 Rustic Red

📋 copy color: '#460616'

red 70 ◦ green 6 ◦ blue 22

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

Shades of Rustic Red #460616

Tints of Rustic Red #460616

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 22.45%

R = 71.43%
G = 6.12%
B = 22.45%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.69

 K value IS 0.73

RGB Variations

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

Color information

#460616 (or 0x460616) is known color: Rustic Red. HEX triplet: 46, 06 and 16. RGB value is (70,6,22). Sum of RGB (Red+Green+Blue) = 70+6+22=98 (12% of max value = 765). Red value is 70 (27.73% from 255 or 71.43% from 98); Green value is 6 (2.73% from 255 or 6.12% from 98); Blue value is 22 (8.98% from 255 or 22.45% from 98); Max value from RGB is 70 - color contains mainly: red. Hex color #460616 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460616 is #B9F9E9. Grayscale: #1A1A1A. Windows color (decimal): -12188138 or 1443398. OLE color: 1443398.

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

Color convert

RGB 70 6 22 -
CMYK 0 0.91 0.69 0.73
HSL 345º 0.84% 0.15% -
HSV(B) 345º 0.91% 0.27% -
XYZ 2.74 1.49 0.9 -
YUV 26.96 125.2 158.7 -
System Red Green Blue C M Y K H S L
Decimal 70 6 22 0 0.91 0.69 0.73 345 0.84 0.15
Hex 46 6 16 0 5B 45 49 159 54 F
Octal 106 6 26 0 133 105 111 531 124 17
Binary 1000110 110 10110 0 1011011 1000101 1001001 101011001 1010100 1111

Color Harmonies of #460616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460616

Black with #460616

Text Example


Text Example

White with #460616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460616; }

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

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

background-color css

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

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

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

border-color css

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

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

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