Html Css Color HEX #46040A Rustic Red

📋 copy color: '#46040A'

red 70 ◦ green 4 ◦ blue 10

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

Shades of Rustic Red #46040A

Tints of Rustic Red #46040A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 11.9%

R = 83.33%
G = 4.76%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.86

 K value IS 0.73

RGB Variations

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

Color information

#46040A (or 0x46040A) is known color: Rustic Red. HEX triplet: 46, 04 and 0A. RGB value is (70,4,10). Sum of RGB (Red+Green+Blue) = 70+4+10=84 (11% of max value = 765). Red value is 70 (27.73% from 255 or 83.33% from 84); Green value is 4 (1.95% from 255 or 4.76% from 84); Blue value is 10 (4.30% from 255 or 11.90% from 84); Max value from RGB is 70 - color contains mainly: red. Hex color #46040A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #46040A is #B9FBF5. Grayscale: #181818. Windows color (decimal): -12188662 or 656454. OLE color: 656454.

HSL color Cylindrical-coordinate representation of color #46040A: hue angle of 354.55º 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 #46040A is Cyan = 0, Magento = 0.94, Yellow = 0.86 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 4 10 -
CMYK 0 0.94 0.86 0.73
HSL 354.55º 0.89% 0.15% -
HSV(B) 354.55º 0.94% 0.27% -
XYZ 2.62 1.41 0.42 -
YUV 24.42 119.87 160.51 -
System Red Green Blue C M Y K H S L
Decimal 70 4 10 0 0.94 0.86 0.73 354.55 0.89 0.15
Hex 46 4 A 0 5E 56 49 163 59 F
Octal 106 4 12 0 136 126 111 543 131 17
Binary 1000110 100 1010 0 1011110 1010110 1001001 101100011 1011001 1111

Color Harmonies of #46040A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46040A

Black with #46040A

Text Example


Text Example

White with #46040A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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