Html Css Color HEX #46080F Rustic Red

📋 copy color: '#46080F'

red 70 ◦ green 8 ◦ blue 15

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

Shades of Rustic Red #46080F

Tints of Rustic Red #46080F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 8.6%

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

R = 75.27%
G = 8.6%
B = 16.13%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.79

 K value IS 0.73

RGB Variations

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

Color information

#46080F (or 0x46080F) is known color: Rustic Red. HEX triplet: 46, 08 and 0F. RGB value is (70,8,15). Sum of RGB (Red+Green+Blue) = 70+8+15=93 (12% of max value = 765). Red value is 70 (27.73% from 255 or 75.27% from 93); Green value is 8 (3.52% from 255 or 8.60% from 93); Blue value is 15 (6.25% from 255 or 16.13% from 93); Max value from RGB is 70 - color contains mainly: red. Hex color #46080F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #46080F is #B9F7F0. Grayscale: #1B1B1B. Windows color (decimal): -12187633 or 985158. OLE color: 985158.

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

Color convert

RGB 70 8 15 -
CMYK 0 0.89 0.79 0.73
HSL 353.23º 0.79% 0.15% -
HSV(B) 353.23º 0.89% 0.27% -
XYZ 2.7 1.51 0.6 -
YUV 27.34 121.04 158.43 -
System Red Green Blue C M Y K H S L
Decimal 70 8 15 0 0.89 0.79 0.73 353.23 0.79 0.15
Hex 46 8 F 0 59 4F 49 161 4F F
Octal 106 10 17 0 131 117 111 541 117 17
Binary 1000110 1000 1111 0 1011001 1001111 1001001 101100001 1001111 1111

Color Harmonies of #46080F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46080F

Black with #46080F

Text Example


Text Example

White with #46080F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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