Html Css Color HEX #460513 Rustic Red

📋 copy color: '#460513'

red 70 ◦ green 5 ◦ blue 19

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

Shades of Rustic Red #460513

Tints of Rustic Red #460513

RGB

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

 GREEN value IS 5 (2.34% from 255) = 5.32%

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

R = 74.47%
G = 5.32%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.73

 K value IS 0.73

RGB Variations

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

Color information

#460513 (or 0x460513) is known color: Rustic Red. HEX triplet: 46, 05 and 13. RGB value is (70,5,19). Sum of RGB (Red+Green+Blue) = 70+5+19=94 (12% of max value = 765). Red value is 70 (27.73% from 255 or 74.47% from 94); Green value is 5 (2.34% from 255 or 5.32% from 94); Blue value is 19 (7.81% from 255 or 20.21% from 94); Max value from RGB is 70 - color contains mainly: red. Hex color #460513 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460513 is #B9FAEC. Grayscale: #1A1A1A. Windows color (decimal): -12188397 or 1246534. OLE color: 1246534.

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

Color convert

RGB 70 5 19 -
CMYK 0 0.93 0.73 0.73
HSL 347.08º 0.87% 0.15% -
HSV(B) 347.08º 0.93% 0.27% -
XYZ 2.7 1.46 0.76 -
YUV 26.03 124.03 159.36 -
System Red Green Blue C M Y K H S L
Decimal 70 5 19 0 0.93 0.73 0.73 347.08 0.87 0.15
Hex 46 5 13 0 5D 49 49 15B 57 F
Octal 106 5 23 0 135 111 111 533 127 17
Binary 1000110 101 10011 0 1011101 1001001 1001001 101011011 1010111 1111

Color Harmonies of #460513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460513

Black with #460513

Text Example


Text Example

White with #460513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460513; }

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

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

background-color css

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

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

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

border-color css

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

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

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