Html Css Color HEX #460613 Rustic Red

📋 copy color: '#460613'

red 70 ◦ green 6 ◦ blue 19

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

Shades of Rustic Red #460613

Tints of Rustic Red #460613

RGB

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

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

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

R = 73.68%
G = 6.32%
B = 20%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.73

 K value IS 0.73

RGB Variations

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

Color information

#460613 (or 0x460613) is known color: Rustic Red. HEX triplet: 46, 06 and 13. RGB value is (70,6,19). Sum of RGB (Red+Green+Blue) = 70+6+19=95 (12% of max value = 765). Red value is 70 (27.73% from 255 or 73.68% from 95); Green value is 6 (2.73% from 255 or 6.32% from 95); Blue value is 19 (7.81% from 255 or 20% from 95); Max value from RGB is 70 - color contains mainly: red. Hex color #460613 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460613 is #B9F9EC. Grayscale: #1A1A1A. Windows color (decimal): -12188141 or 1246790. OLE color: 1246790.

HSL color Cylindrical-coordinate representation of color #460613: hue angle of 347.81º 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 #460613 is Cyan = 0, Magento = 0.91, Yellow = 0.73 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 6 19 -
CMYK 0 0.91 0.73 0.73
HSL 347.81º 0.84% 0.15% -
HSV(B) 347.81º 0.91% 0.27% -
XYZ 2.71 1.48 0.76 -
YUV 26.62 123.7 158.94 -
System Red Green Blue C M Y K H S L
Decimal 70 6 19 0 0.91 0.73 0.73 347.81 0.84 0.15
Hex 46 6 13 0 5B 49 49 15C 54 F
Octal 106 6 23 0 133 111 111 534 124 17
Binary 1000110 110 10011 0 1011011 1001001 1001001 101011100 1010100 1111

Color Harmonies of #460613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460613

Black with #460613

Text Example


Text Example

White with #460613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460613; }

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

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

background-color css

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

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

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

border-color css

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

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

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