Html Css Color HEX #460A13 Rustic Red

📋 copy color: '#460A13'

red 70 ◦ green 10 ◦ blue 19

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

Shades of Rustic Red #460A13

Tints of Rustic Red #460A13

RGB

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

 GREEN value IS 10 (4.3% from 255) = 10.1%

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

R = 70.71%
G = 10.1%
B = 19.19%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.73

 K value IS 0.73

RGB Variations

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

Color information

#460A13 (or 0x460A13) is known color: Rustic Red. HEX triplet: 46, 0A and 13. RGB value is (70,10,19). Sum of RGB (Red+Green+Blue) = 70+10+19=99 (13% of max value = 765). Red value is 70 (27.73% from 255 or 70.71% from 99); Green value is 10 (4.30% from 255 or 10.10% from 99); Blue value is 19 (7.81% from 255 or 19.19% from 99); Max value from RGB is 70 - color contains mainly: red. Hex color #460A13 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460A13 is #B9F5EC. Grayscale: #1C1C1C. Windows color (decimal): -12187117 or 1247814. OLE color: 1247814.

HSL color Cylindrical-coordinate representation of color #460A13: hue angle of 351º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #460A13 is Cyan = 0, Magento = 0.86, Yellow = 0.73 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 10 19 -
CMYK 0 0.86 0.73 0.73
HSL 351º 0.75% 0.16% -
HSV(B) 351º 0.86% 0.27% -
XYZ 2.75 1.57 0.77 -
YUV 28.97 122.38 157.27 -
System Red Green Blue C M Y K H S L
Decimal 70 10 19 0 0.86 0.73 0.73 351 0.75 0.16
Hex 46 A 13 0 56 49 49 15F 4B 10
Octal 106 12 23 0 126 111 111 537 113 20
Binary 1000110 1010 10011 0 1010110 1001001 1001001 101011111 1001011 10000

Color Harmonies of #460A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460A13

Black with #460A13

Text Example


Text Example

White with #460A13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460A13; }

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

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

background-color css

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

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

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

border-color css

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

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

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