Html Css Color HEX #460B14 Rustic Red

📋 copy color: '#460B14'

red 70 ◦ green 11 ◦ blue 20

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

Shades of Rustic Red #460B14

Tints of Rustic Red #460B14

RGB

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

 GREEN value IS 11 (4.69% from 255) = 10.89%

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

R = 69.31%
G = 10.89%
B = 19.8%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.71

 K value IS 0.73

RGB Variations

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

Color information

#460B14 (or 0x460B14) is known color: Rustic Red. HEX triplet: 46, 0B and 14. RGB value is (70,11,20). Sum of RGB (Red+Green+Blue) = 70+11+20=101 (13% of max value = 765). Red value is 70 (27.73% from 255 or 69.31% from 101); Green value is 11 (4.69% from 255 or 10.89% from 101); Blue value is 20 (8.20% from 255 or 19.80% from 101); Max value from RGB is 70 - color contains mainly: red. Hex color #460B14 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460B14 is #B9F4EB. Grayscale: #1D1D1D. Windows color (decimal): -12186860 or 1313606. OLE color: 1313606.

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

Color convert

RGB 70 11 20 -
CMYK 0 0.84 0.71 0.73
HSL 350.85º 0.73% 0.16% -
HSV(B) 350.85º 0.84% 0.27% -
XYZ 2.77 1.59 0.82 -
YUV 29.67 122.55 156.77 -
System Red Green Blue C M Y K H S L
Decimal 70 11 20 0 0.84 0.71 0.73 350.85 0.73 0.16
Hex 46 B 14 0 54 47 49 15F 49 10
Octal 106 13 24 0 124 107 111 537 111 20
Binary 1000110 1011 10100 0 1010100 1000111 1001001 101011111 1001001 10000

Color Harmonies of #460B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460B14

Black with #460B14

Text Example


Text Example

White with #460B14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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