Html Css Color HEX #461617 Rustic Red

📋 copy color: '#461617'

red 70 ◦ green 22 ◦ blue 23

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

Shades of Rustic Red #461617

Tints of Rustic Red #461617

RGB

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

 GREEN value IS 22 (8.98% from 255) = 19.13%

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

R = 60.87%
G = 19.13%
B = 20%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.67

 K value IS 0.73

RGB Variations

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

Color information

#461617 (or 0x461617) is known color: Rustic Red. HEX triplet: 46, 16 and 17. RGB value is (70,22,23). Sum of RGB (Red+Green+Blue) = 70+22+23=115 (15% of max value = 765). Red value is 70 (27.73% from 255 or 60.87% from 115); Green value is 22 (8.98% from 255 or 19.13% from 115); Blue value is 23 (9.38% from 255 or 20% from 115); Max value from RGB is 70 - color contains mainly: red. Hex color #461617 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461617 is #B9E9E8. Grayscale: #242424. Windows color (decimal): -12184041 or 1513030. OLE color: 1513030.

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

Color convert

RGB 70 22 23 -
CMYK 0 0.69 0.67 0.73
HSL 358.75º 0.52% 0.18% -
HSV(B) 358.75º 0.69% 0.27% -
XYZ 2.97 1.94 1.03 -
YUV 36.47 120.4 151.92 -
System Red Green Blue C M Y K H S L
Decimal 70 22 23 0 0.69 0.67 0.73 358.75 0.52 0.18
Hex 46 16 17 0 45 43 49 167 34 12
Octal 106 26 27 0 105 103 111 547 64 22
Binary 1000110 10110 10111 0 1000101 1000011 1001001 101100111 110100 10010

Color Harmonies of #461617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461617

Black with #461617

Text Example


Text Example

White with #461617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461617; }

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

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

background-color css

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

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

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

border-color css

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

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

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