Html Css Color HEX #461112 Rustic Red

📋 copy color: '#461112'

red 70 ◦ green 17 ◦ blue 18

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

Shades of Rustic Red #461112

Tints of Rustic Red #461112

RGB

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

 GREEN value IS 17 (7.03% from 255) = 16.19%

 BLUE value IS 18 (7.42% from 255) = 17.14%

R = 66.67%
G = 16.19%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.74

 K value IS 0.73

RGB Variations

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

Color information

#461112 (or 0x461112) is known color: Rustic Red. HEX triplet: 46, 11 and 12. RGB value is (70,17,18). Sum of RGB (Red+Green+Blue) = 70+17+18=105 (13% of max value = 765). Red value is 70 (27.73% from 255 or 66.67% from 105); Green value is 17 (7.03% from 255 or 16.19% from 105); Blue value is 18 (7.42% from 255 or 17.14% from 105); Max value from RGB is 70 - color contains mainly: red. Hex color #461112 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461112 is #B9EEED. Grayscale: #212121. Windows color (decimal): -12185326 or 1184070. OLE color: 1184070.

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

Color convert

RGB 70 17 18 -
CMYK 0 0.76 0.74 0.73
HSL 358.87º 0.61% 0.17% -
HSV(B) 358.87º 0.76% 0.27% -
XYZ 2.84 1.75 0.76 -
YUV 32.96 119.56 154.42 -
System Red Green Blue C M Y K H S L
Decimal 70 17 18 0 0.76 0.74 0.73 358.87 0.61 0.17
Hex 46 11 12 0 4C 4A 49 167 3D 11
Octal 106 21 22 0 114 112 111 547 75 21
Binary 1000110 10001 10010 0 1001100 1001010 1001001 101100111 111101 10001

Color Harmonies of #461112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461112

Black with #461112

Text Example


Text Example

White with #461112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461112; }

 p { color: rgb(70,17,18); }

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

background-color css

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

 a { background-color: rgb(70,17,18); }

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

border-color css

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

 span { border-color: rgb(70,17,18); }

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