Html Css Color HEX #460713 Rustic Red

📋 copy color: '#460713'

red 70 ◦ green 7 ◦ blue 19

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

Shades of Rustic Red #460713

Tints of Rustic Red #460713

RGB

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

 GREEN value IS 7 (3.13% from 255) = 7.29%

 BLUE value IS 19 (7.81% from 255) = 19.79%

R = 72.92%
G = 7.29%
B = 19.79%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.73

 K value IS 0.73

RGB Variations

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

Color information

#460713 (or 0x460713) is known color: Rustic Red. HEX triplet: 46, 07 and 13. RGB value is (70,7,19). Sum of RGB (Red+Green+Blue) = 70+7+19=96 (12% of max value = 765). Red value is 70 (27.73% from 255 or 72.92% from 96); Green value is 7 (3.12% from 255 or 7.29% from 96); Blue value is 19 (7.81% from 255 or 19.79% from 96); Max value from RGB is 70 - color contains mainly: red. Hex color #460713 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460713 is #B9F8EC. Grayscale: #1B1B1B. Windows color (decimal): -12187885 or 1247046. OLE color: 1247046.

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

Color convert

RGB 70 7 19 -
CMYK 0 0.90 0.73 0.73
HSL 348.57º 0.82% 0.15% -
HSV(B) 348.57º 0.9% 0.27% -
XYZ 2.72 1.5 0.76 -
YUV 27.21 123.37 158.52 -
System Red Green Blue C M Y K H S L
Decimal 70 7 19 0 0.90 0.73 0.73 348.57 0.82 0.15
Hex 46 7 13 0 5A 49 49 15D 52 F
Octal 106 7 23 0 132 111 111 535 122 17
Binary 1000110 111 10011 0 1011010 1001001 1001001 101011101 1010010 1111

Color Harmonies of #460713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460713

Black with #460713

Text Example


Text Example

White with #460713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460713; }

 p { color: rgb(70,7,19); }

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

background-color css

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

 a { background-color: rgb(70,7,19); }

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

border-color css

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

 span { border-color: rgb(70,7,19); }

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