Html Css Color HEX #461017 Rustic Red

📋 copy color: '#461017'

red 70 ◦ green 16 ◦ blue 23

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

Shades of Rustic Red #461017

Tints of Rustic Red #461017

RGB

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

 GREEN value IS 16 (6.64% from 255) = 14.68%

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

R = 64.22%
G = 14.68%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.67

 K value IS 0.73

RGB Variations

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

Color information

#461017 (or 0x461017) is known color: Rustic Red. HEX triplet: 46, 10 and 17. RGB value is (70,16,23). Sum of RGB (Red+Green+Blue) = 70+16+23=109 (14% of max value = 765). Red value is 70 (27.73% from 255 or 64.22% from 109); Green value is 16 (6.64% from 255 or 14.68% from 109); Blue value is 23 (9.38% from 255 or 21.10% from 109); Max value from RGB is 70 - color contains mainly: red. Hex color #461017 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461017 is #B9EFE8. Grayscale: #202020. Windows color (decimal): -12185577 or 1511494. OLE color: 1511494.

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

Color convert

RGB 70 16 23 -
CMYK 0 0.77 0.67 0.73
HSL 352.22º 0.63% 0.17% -
HSV(B) 352.22º 0.77% 0.27% -
XYZ 2.87 1.73 0.99 -
YUV 32.94 122.39 154.43 -
System Red Green Blue C M Y K H S L
Decimal 70 16 23 0 0.77 0.67 0.73 352.22 0.63 0.17
Hex 46 10 17 0 4D 43 49 160 3F 11
Octal 106 20 27 0 115 103 111 540 77 21
Binary 1000110 10000 10111 0 1001101 1000011 1001001 101100000 111111 10001

Color Harmonies of #461017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461017

Black with #461017

Text Example


Text Example

White with #461017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461017; }

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

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

background-color css

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

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

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

border-color css

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

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

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