Html Css Color HEX #46040D Rustic Red

📋 copy color: '#46040D'

red 70 ◦ green 4 ◦ blue 13

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

Shades of Rustic Red #46040D

Tints of Rustic Red #46040D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 4.6%

 BLUE value IS 13 (5.47% from 255) = 14.94%

R = 80.46%
G = 4.6%
B = 14.94%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.81

 K value IS 0.73

RGB Variations

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

Color information

#46040D (or 0x46040D) is known color: Rustic Red. HEX triplet: 46, 04 and 0D. RGB value is (70,4,13). Sum of RGB (Red+Green+Blue) = 70+4+13=87 (11% of max value = 765). Red value is 70 (27.73% from 255 or 80.46% from 87); Green value is 4 (1.95% from 255 or 4.60% from 87); Blue value is 13 (5.47% from 255 or 14.94% from 87); Max value from RGB is 70 - color contains mainly: red. Hex color #46040D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #46040D is #B9FBF2. Grayscale: #181818. Windows color (decimal): -12188659 or 853062. OLE color: 853062.

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

Color convert

RGB 70 4 13 -
CMYK 0 0.94 0.81 0.73
HSL 351.82º 0.89% 0.15% -
HSV(B) 351.82º 0.94% 0.27% -
XYZ 2.64 1.42 0.52 -
YUV 24.76 121.37 160.27 -
System Red Green Blue C M Y K H S L
Decimal 70 4 13 0 0.94 0.81 0.73 351.82 0.89 0.15
Hex 46 4 D 0 5E 51 49 160 59 F
Octal 106 4 15 0 136 121 111 540 131 17
Binary 1000110 100 1101 0 1011110 1010001 1001001 101100000 1011001 1111

Color Harmonies of #46040D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46040D

Black with #46040D

Text Example


Text Example

White with #46040D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46040D; }

 p { color: rgb(70,4,13); }

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

background-color css

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

 a { background-color: rgb(70,4,13); }

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

border-color css

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

 span { border-color: rgb(70,4,13); }

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