Html Css Color HEX #46090F Rustic Red

📋 copy color: '#46090F'

red 70 ◦ green 9 ◦ blue 15

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

Shades of Rustic Red #46090F

Tints of Rustic Red #46090F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 9.57%

 BLUE value IS 15 (6.25% from 255) = 15.96%

R = 74.47%
G = 9.57%
B = 15.96%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.79

 K value IS 0.73

RGB Variations

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

Color information

#46090F (or 0x46090F) is known color: Rustic Red. HEX triplet: 46, 09 and 0F. RGB value is (70,9,15). Sum of RGB (Red+Green+Blue) = 70+9+15=94 (12% of max value = 765). Red value is 70 (27.73% from 255 or 74.47% from 94); Green value is 9 (3.91% from 255 or 9.57% from 94); Blue value is 15 (6.25% from 255 or 15.96% from 94); Max value from RGB is 70 - color contains mainly: red. Hex color #46090F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #46090F is #B9F6F0. Grayscale: #1B1B1B. Windows color (decimal): -12187377 or 985414. OLE color: 985414.

HSL color Cylindrical-coordinate representation of color #46090F: hue angle of 354.1º degrees, saturation: 0.77, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #46090F is Cyan = 0, Magento = 0.87, Yellow = 0.79 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 9 15 -
CMYK 0 0.87 0.79 0.73
HSL 354.1º 0.77% 0.15% -
HSV(B) 354.1º 0.87% 0.27% -
XYZ 2.71 1.53 0.6 -
YUV 27.92 120.71 158.01 -
System Red Green Blue C M Y K H S L
Decimal 70 9 15 0 0.87 0.79 0.73 354.1 0.77 0.15
Hex 46 9 F 0 57 4F 49 162 4D F
Octal 106 11 17 0 127 117 111 542 115 17
Binary 1000110 1001 1111 0 1010111 1001111 1001001 101100010 1001101 1111

Color Harmonies of #46090F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46090F

Black with #46090F

Text Example


Text Example

White with #46090F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46090F; }

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

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

background-color css

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

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

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

border-color css

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

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

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