Html Css Color HEX #461416 Rustic Red

📋 copy color: '#461416'

red 70 ◦ green 20 ◦ blue 22

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

Shades of Rustic Red #461416

Tints of Rustic Red #461416

RGB

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

 GREEN value IS 20 (8.2% from 255) = 17.86%

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

R = 62.5%
G = 17.86%
B = 19.64%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.69

 K value IS 0.73

RGB Variations

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

Color information

#461416 (or 0x461416) is known color: Rustic Red. HEX triplet: 46, 14 and 16. RGB value is (70,20,22). Sum of RGB (Red+Green+Blue) = 70+20+22=112 (14% of max value = 765). Red value is 70 (27.73% from 255 or 62.5% from 112); Green value is 20 (8.20% from 255 or 17.86% from 112); Blue value is 22 (8.98% from 255 or 19.64% from 112); Max value from RGB is 70 - color contains mainly: red. Hex color #461416 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461416 is #B9EBE9. Grayscale: #232323. Windows color (decimal): -12184554 or 1446982. OLE color: 1446982.

HSL color Cylindrical-coordinate representation of color #461416: hue angle of 357.6º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #461416 is Cyan = 0, Magento = 0.71, Yellow = 0.69 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 20 22 -
CMYK 0 0.71 0.69 0.73
HSL 357.6º 0.56% 0.18% -
HSV(B) 357.6º 0.71% 0.27% -
XYZ 2.92 1.86 0.96 -
YUV 35.18 120.57 152.84 -
System Red Green Blue C M Y K H S L
Decimal 70 20 22 0 0.71 0.69 0.73 357.6 0.56 0.18
Hex 46 14 16 0 47 45 49 166 38 12
Octal 106 24 26 0 107 105 111 546 70 22
Binary 1000110 10100 10110 0 1000111 1000101 1001001 101100110 111000 10010

Color Harmonies of #461416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461416

Black with #461416

Text Example


Text Example

White with #461416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461416; }

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

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

background-color css

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

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

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

border-color css

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

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

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