Html Css Color HEX #460614 Rustic Red

📋 copy color: '#460614'

red 70 ◦ green 6 ◦ blue 20

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

Shades of Rustic Red #460614

Tints of Rustic Red #460614

RGB

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

 GREEN value IS 6 (2.73% from 255) = 6.25%

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

R = 72.92%
G = 6.25%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.71

 K value IS 0.73

RGB Variations

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

Color information

#460614 (or 0x460614) is known color: Rustic Red. HEX triplet: 46, 06 and 14. RGB value is (70,6,20). Sum of RGB (Red+Green+Blue) = 70+6+20=96 (12% of max value = 765). Red value is 70 (27.73% from 255 or 72.92% from 96); Green value is 6 (2.73% from 255 or 6.25% from 96); Blue value is 20 (8.20% from 255 or 20.83% from 96); Max value from RGB is 70 - color contains mainly: red. Hex color #460614 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460614 is #B9F9EB. Grayscale: #1A1A1A. Windows color (decimal): -12188140 or 1312326. OLE color: 1312326.

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

Color convert

RGB 70 6 20 -
CMYK 0 0.91 0.71 0.73
HSL 346.88º 0.84% 0.15% -
HSV(B) 346.88º 0.91% 0.27% -
XYZ 2.72 1.48 0.8 -
YUV 26.73 124.2 158.86 -
System Red Green Blue C M Y K H S L
Decimal 70 6 20 0 0.91 0.71 0.73 346.88 0.84 0.15
Hex 46 6 14 0 5B 47 49 15B 54 F
Octal 106 6 24 0 133 107 111 533 124 17
Binary 1000110 110 10100 0 1011011 1000111 1001001 101011011 1010100 1111

Color Harmonies of #460614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460614

Black with #460614

Text Example


Text Example

White with #460614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460614; }

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

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

background-color css

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

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

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

border-color css

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

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

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