Html Css Color HEX #460E14 Rustic Red

📋 copy color: '#460E14'

red 70 ◦ green 14 ◦ blue 20

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

Shades of Rustic Red #460E14

Tints of Rustic Red #460E14

RGB

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

 GREEN value IS 14 (5.86% from 255) = 13.46%

 BLUE value IS 20 (8.2% from 255) = 19.23%

R = 67.31%
G = 13.46%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.71

 K value IS 0.73

RGB Variations

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

Color information

#460E14 (or 0x460E14) is known color: Rustic Red. HEX triplet: 46, 0E and 14. RGB value is (70,14,20). Sum of RGB (Red+Green+Blue) = 70+14+20=104 (13% of max value = 765). Red value is 70 (27.73% from 255 or 67.31% from 104); Green value is 14 (5.86% from 255 or 13.46% from 104); Blue value is 20 (8.20% from 255 or 19.23% from 104); Max value from RGB is 70 - color contains mainly: red. Hex color #460E14 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460E14 is #B9F1EB. Grayscale: #1F1F1F. Windows color (decimal): -12186092 or 1314374. OLE color: 1314374.

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

Color convert

RGB 70 14 20 -
CMYK 0 0.80 0.71 0.73
HSL 353.57º 0.67% 0.16% -
HSV(B) 353.57º 0.8% 0.27% -
XYZ 2.81 1.67 0.84 -
YUV 31.43 121.55 155.51 -
System Red Green Blue C M Y K H S L
Decimal 70 14 20 0 0.80 0.71 0.73 353.57 0.67 0.16
Hex 46 E 14 0 50 47 49 162 43 10
Octal 106 16 24 0 120 107 111 542 103 20
Binary 1000110 1110 10100 0 1010000 1000111 1001001 101100010 1000011 10000

Color Harmonies of #460E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460E14

Black with #460E14

Text Example


Text Example

White with #460E14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,14,20); }

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

background-color css

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

 a { background-color: rgb(70,14,20); }

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

border-color css

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

 span { border-color: rgb(70,14,20); }

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