Html Css Color HEX #460311 Rustic Red

📋 copy color: '#460311'

red 70 ◦ green 3 ◦ blue 17

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

Shades of Rustic Red #460311

Tints of Rustic Red #460311

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.33%

 BLUE value IS 17 (7.03% from 255) = 18.89%

R = 77.78%
G = 3.33%
B = 18.89%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.76

 K value IS 0.73

RGB Variations

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

Color information

#460311 (or 0x460311) is known color: Rustic Red. HEX triplet: 46, 03 and 11. RGB value is (70,3,17). Sum of RGB (Red+Green+Blue) = 70+3+17=90 (11% of max value = 765). Red value is 70 (27.73% from 255 or 77.78% from 90); Green value is 3 (1.56% from 255 or 3.33% from 90); Blue value is 17 (7.03% from 255 or 18.89% from 90); Max value from RGB is 70 - color contains mainly: red. Hex color #460311 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460311 is #B9FCEE. Grayscale: #181818. Windows color (decimal): -12188911 or 1114950. OLE color: 1114950.

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

Color convert

RGB 70 3 17 -
CMYK 0 0.96 0.76 0.73
HSL 347.46º 0.92% 0.14% -
HSV(B) 347.46º 0.96% 0.27% -
XYZ 2.66 1.41 0.66 -
YUV 24.63 123.7 160.36 -
System Red Green Blue C M Y K H S L
Decimal 70 3 17 0 0.96 0.76 0.73 347.46 0.92 0.14
Hex 46 3 11 0 60 4C 49 15B 5C E
Octal 106 3 21 0 140 114 111 533 134 16
Binary 1000110 11 10001 0 1100000 1001100 1001001 101011011 1011100 1110

Color Harmonies of #460311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460311

Black with #460311

Text Example


Text Example

White with #460311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460311; }

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

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

background-color css

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

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

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

border-color css

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

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

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