Html Css Color HEX #460209 Rustic Red

📋 copy color: '#460209'

red 70 ◦ green 2 ◦ blue 9

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

Shades of Rustic Red #460209

Tints of Rustic Red #460209

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.47%

 BLUE value IS 9 (3.91% from 255) = 11.11%

R = 86.42%
G = 2.47%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.87

 K value IS 0.73

RGB Variations

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

Color information

#460209 (or 0x460209) is known color: Rustic Red. HEX triplet: 46, 02 and 09. RGB value is (70,2,9). Sum of RGB (Red+Green+Blue) = 70+2+9=81 (10% of max value = 765). Red value is 70 (27.73% from 255 or 86.42% from 81); Green value is 2 (1.17% from 255 or 2.47% from 81); Blue value is 9 (3.91% from 255 or 11.11% from 81); Max value from RGB is 70 - color contains mainly: red. Hex color #460209 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460209 is #B9FDF6. Grayscale: #171717. Windows color (decimal): -12189175 or 590406. OLE color: 590406.

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

Color convert

RGB 70 2 9 -
CMYK 0 0.97 0.87 0.73
HSL 353.82º 0.94% 0.14% -
HSV(B) 353.82º 0.97% 0.27% -
XYZ 2.6 1.37 0.39 -
YUV 23.13 120.03 161.43 -
System Red Green Blue C M Y K H S L
Decimal 70 2 9 0 0.97 0.87 0.73 353.82 0.94 0.14
Hex 46 2 9 0 61 57 49 162 5E E
Octal 106 2 11 0 141 127 111 542 136 16
Binary 1000110 10 1001 0 1100001 1010111 1001001 101100010 1011110 1110

Color Harmonies of #460209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460209

Black with #460209

Text Example


Text Example

White with #460209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460209; }

 p { color: rgb(70,2,9); }

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

background-color css

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

 a { background-color: rgb(70,2,9); }

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

border-color css

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

 span { border-color: rgb(70,2,9); }

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