Html Css Color HEX #460D11 Rustic Red

📋 copy color: '#460D11'

red 70 ◦ green 13 ◦ blue 17

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

Shades of Rustic Red #460D11

Tints of Rustic Red #460D11

RGB

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

 GREEN value IS 13 (5.47% from 255) = 13%

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

R = 70%
G = 13%
B = 17%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.76

 K value IS 0.73

RGB Variations

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

Color information

#460D11 (or 0x460D11) is known color: Rustic Red. HEX triplet: 46, 0D and 11. RGB value is (70,13,17). Sum of RGB (Red+Green+Blue) = 70+13+17=100 (13% of max value = 765). Red value is 70 (27.73% from 255 or 70% from 100); Green value is 13 (5.47% from 255 or 13% from 100); Blue value is 17 (7.03% from 255 or 17% from 100); Max value from RGB is 70 - color contains mainly: red. Hex color #460D11 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460D11 is #B9F2EE. Grayscale: #1E1E1E. Windows color (decimal): -12186351 or 1117510. OLE color: 1117510.

HSL color Cylindrical-coordinate representation of color #460D11: hue angle of 355.79º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #460D11 is Cyan = 0, Magento = 0.81, Yellow = 0.76 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 13 17 -
CMYK 0 0.81 0.76 0.73
HSL 355.79º 0.69% 0.16% -
HSV(B) 355.79º 0.81% 0.27% -
XYZ 2.77 1.63 0.7 -
YUV 30.5 120.38 156.17 -
System Red Green Blue C M Y K H S L
Decimal 70 13 17 0 0.81 0.76 0.73 355.79 0.69 0.16
Hex 46 D 11 0 51 4C 49 164 45 10
Octal 106 15 21 0 121 114 111 544 105 20
Binary 1000110 1101 10001 0 1010001 1001100 1001001 101100100 1000101 10000

Color Harmonies of #460D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460D11

Black with #460D11

Text Example


Text Example

White with #460D11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460D11; }

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

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

background-color css

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

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

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

border-color css

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

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

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