Html Css Color HEX #461316 Rustic Red

📋 copy color: '#461316'

red 70 ◦ green 19 ◦ blue 22

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

Shades of Rustic Red #461316

Tints of Rustic Red #461316

RGB

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

 GREEN value IS 19 (7.81% from 255) = 17.12%

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

R = 63.06%
G = 17.12%
B = 19.82%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.69

 K value IS 0.73

RGB Variations

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

Color information

#461316 (or 0x461316) is known color: Rustic Red. HEX triplet: 46, 13 and 16. RGB value is (70,19,22). Sum of RGB (Red+Green+Blue) = 70+19+22=111 (14% of max value = 765). Red value is 70 (27.73% from 255 or 63.06% from 111); Green value is 19 (7.81% from 255 or 17.12% from 111); Blue value is 22 (8.98% from 255 or 19.82% from 111); Max value from RGB is 70 - color contains mainly: red. Hex color #461316 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461316 is #B9ECE9. Grayscale: #222222. Windows color (decimal): -12184810 or 1446726. OLE color: 1446726.

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

Color convert

RGB 70 19 22 -
CMYK 0 0.73 0.69 0.73
HSL 356.47º 0.57% 0.17% -
HSV(B) 356.47º 0.73% 0.27% -
XYZ 2.9 1.83 0.96 -
YUV 34.59 120.9 153.26 -
System Red Green Blue C M Y K H S L
Decimal 70 19 22 0 0.73 0.69 0.73 356.47 0.57 0.17
Hex 46 13 16 0 49 45 49 164 39 11
Octal 106 23 26 0 111 105 111 544 71 21
Binary 1000110 10011 10110 0 1001001 1000101 1001001 101100100 111001 10001

Color Harmonies of #461316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461316

Black with #461316

Text Example


Text Example

White with #461316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461316; }

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

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

background-color css

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

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

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

border-color css

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

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

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