Html Css Color HEX #460309 Rustic Red

📋 copy color: '#460309'

red 70 ◦ green 3 ◦ blue 9

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

Shades of Rustic Red #460309

Tints of Rustic Red #460309

RGB

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

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

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

R = 85.37%
G = 3.66%
B = 10.98%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.87

 K value IS 0.73

RGB Variations

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

Color information

#460309 (or 0x460309) is known color: Rustic Red. HEX triplet: 46, 03 and 09. RGB value is (70,3,9). Sum of RGB (Red+Green+Blue) = 70+3+9=82 (10% of max value = 765). Red value is 70 (27.73% from 255 or 85.37% from 82); Green value is 3 (1.56% from 255 or 3.66% from 82); Blue value is 9 (3.91% from 255 or 10.98% from 82); Max value from RGB is 70 - color contains mainly: red. Hex color #460309 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460309 is #B9FCF6. Grayscale: #171717. Windows color (decimal): -12188919 or 590662. OLE color: 590662.

HSL color Cylindrical-coordinate representation of color #460309: hue angle of 354.63º 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 #460309 is Cyan = 0, Magento = 0.96, Yellow = 0.87 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 3 9 -
CMYK 0 0.96 0.87 0.73
HSL 354.63º 0.92% 0.14% -
HSV(B) 354.63º 0.96% 0.27% -
XYZ 2.61 1.39 0.39 -
YUV 23.72 119.7 161.01 -
System Red Green Blue C M Y K H S L
Decimal 70 3 9 0 0.96 0.87 0.73 354.63 0.92 0.14
Hex 46 3 9 0 60 57 49 163 5C E
Octal 106 3 11 0 140 127 111 543 134 16
Binary 1000110 11 1001 0 1100000 1010111 1001001 101100011 1011100 1110

Color Harmonies of #460309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460309

Black with #460309

Text Example


Text Example

White with #460309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460309; }

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

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

background-color css

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

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

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

border-color css

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

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

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