Html Css Color HEX #461317 Rustic Red

📋 copy color: '#461317'

red 70 ◦ green 19 ◦ blue 23

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

Shades of Rustic Red #461317

Tints of Rustic Red #461317

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 20.54%

R = 62.5%
G = 16.96%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.67

 K value IS 0.73

RGB Variations

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

Color information

#461317 (or 0x461317) is known color: Rustic Red. HEX triplet: 46, 13 and 17. RGB value is (70,19,23). Sum of RGB (Red+Green+Blue) = 70+19+23=112 (14% of max value = 765). Red value is 70 (27.73% from 255 or 62.5% from 112); Green value is 19 (7.81% from 255 or 16.96% from 112); Blue value is 23 (9.38% from 255 or 20.54% from 112); Max value from RGB is 70 - color contains mainly: red. Hex color #461317 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461317 is #B9ECE8. Grayscale: #222222. Windows color (decimal): -12184809 or 1512262. OLE color: 1512262.

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

Color convert

RGB 70 19 23 -
CMYK 0 0.73 0.67 0.73
HSL 355.29º 0.57% 0.17% -
HSV(B) 355.29º 0.73% 0.27% -
XYZ 2.91 1.83 1.01 -
YUV 34.71 121.4 153.17 -
System Red Green Blue C M Y K H S L
Decimal 70 19 23 0 0.73 0.67 0.73 355.29 0.57 0.17
Hex 46 13 17 0 49 43 49 163 39 11
Octal 106 23 27 0 111 103 111 543 71 21
Binary 1000110 10011 10111 0 1001001 1000011 1001001 101100011 111001 10001

Color Harmonies of #461317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461317

Black with #461317

Text Example


Text Example

White with #461317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461317; }

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

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

background-color css

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

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

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

border-color css

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

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

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