Html Css Color HEX #461517 Rustic Red

📋 copy color: '#461517'

red 70 ◦ green 21 ◦ blue 23

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

Shades of Rustic Red #461517

Tints of Rustic Red #461517

RGB

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

 GREEN value IS 21 (8.59% from 255) = 18.42%

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

R = 61.4%
G = 18.42%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.67

 K value IS 0.73

RGB Variations

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

Color information

#461517 (or 0x461517) is known color: Rustic Red. HEX triplet: 46, 15 and 17. RGB value is (70,21,23). Sum of RGB (Red+Green+Blue) = 70+21+23=114 (15% of max value = 765). Red value is 70 (27.73% from 255 or 61.40% from 114); Green value is 21 (8.59% from 255 or 18.42% from 114); Blue value is 23 (9.38% from 255 or 20.18% from 114); Max value from RGB is 70 - color contains mainly: red. Hex color #461517 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461517 is #B9EAE8. Grayscale: #232323. Windows color (decimal): -12184297 or 1512774. OLE color: 1512774.

HSL color Cylindrical-coordinate representation of color #461517: hue angle of 357.55º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #461517 is Cyan = 0, Magento = 0.70, Yellow = 0.67 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 21 23 -
CMYK 0 0.70 0.67 0.73
HSL 357.55º 0.54% 0.18% -
HSV(B) 357.55º 0.7% 0.27% -
XYZ 2.95 1.9 1.02 -
YUV 35.88 120.73 152.34 -
System Red Green Blue C M Y K H S L
Decimal 70 21 23 0 0.70 0.67 0.73 357.55 0.54 0.18
Hex 46 15 17 0 46 43 49 166 36 12
Octal 106 25 27 0 106 103 111 546 66 22
Binary 1000110 10101 10111 0 1000110 1000011 1001001 101100110 110110 10010

Color Harmonies of #461517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461517

Black with #461517

Text Example


Text Example

White with #461517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461517; }

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

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

background-color css

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

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

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

border-color css

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

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

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