Html Css Color HEX #460109 Rustic Red

📋 copy color: '#460109'

red 70 ◦ green 1 ◦ blue 9

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

Shades of Rustic Red #460109

Tints of Rustic Red #460109

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.25%

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

R = 87.5%
G = 1.25%
B = 11.25%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.87

 K value IS 0.73

RGB Variations

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

Color information

#460109 (or 0x460109) is known color: Rustic Red. HEX triplet: 46, 01 and 09. RGB value is (70,1,9). Sum of RGB (Red+Green+Blue) = 70+1+9=80 (10% of max value = 765). Red value is 70 (27.73% from 255 or 87.5% from 80); Green value is 1 (0.78% from 255 or 1.25% from 80); Blue value is 9 (3.91% from 255 or 11.25% from 80); Max value from RGB is 70 - color contains mainly: red. Hex color #460109 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460109 is #B9FEF6. Grayscale: #161616. Windows color (decimal): -12189431 or 590150. OLE color: 590150.

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

Color convert

RGB 70 1 9 -
CMYK 0 0.99 0.87 0.73
HSL 353.04º 0.97% 0.14% -
HSV(B) 353.04º 0.99% 0.27% -
XYZ 2.59 1.34 0.38 -
YUV 22.54 120.36 161.85 -
System Red Green Blue C M Y K H S L
Decimal 70 1 9 0 0.99 0.87 0.73 353.04 0.97 0.14
Hex 46 1 9 0 63 57 49 161 61 E
Octal 106 1 11 0 143 127 111 541 141 16
Binary 1000110 1 1001 0 1100011 1010111 1001001 101100001 1100001 1110

Color Harmonies of #460109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460109

Black with #460109

Text Example


Text Example

White with #460109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460109; }

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

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

background-color css

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

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

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

border-color css

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

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

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