Html Css Color HEX #460615 Rustic Red

📋 copy color: '#460615'

red 70 ◦ green 6 ◦ blue 21

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

Shades of Rustic Red #460615

Tints of Rustic Red #460615

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 21.65%

R = 72.16%
G = 6.19%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.70

 K value IS 0.73

RGB Variations

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

Color information

#460615 (or 0x460615) is known color: Rustic Red. HEX triplet: 46, 06 and 15. RGB value is (70,6,21). Sum of RGB (Red+Green+Blue) = 70+6+21=97 (12% of max value = 765). Red value is 70 (27.73% from 255 or 72.16% from 97); Green value is 6 (2.73% from 255 or 6.19% from 97); Blue value is 21 (8.59% from 255 or 21.65% from 97); Max value from RGB is 70 - color contains mainly: red. Hex color #460615 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460615 is #B9F9EA. Grayscale: #1A1A1A. Windows color (decimal): -12188139 or 1377862. OLE color: 1377862.

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

Color convert

RGB 70 6 21 -
CMYK 0 0.91 0.70 0.73
HSL 345.94º 0.84% 0.15% -
HSV(B) 345.94º 0.91% 0.27% -
XYZ 2.73 1.49 0.85 -
YUV 26.85 124.7 158.78 -
System Red Green Blue C M Y K H S L
Decimal 70 6 21 0 0.91 0.70 0.73 345.94 0.84 0.15
Hex 46 6 15 0 5B 46 49 15A 54 F
Octal 106 6 25 0 133 106 111 532 124 17
Binary 1000110 110 10101 0 1011011 1000110 1001001 101011010 1010100 1111

Color Harmonies of #460615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460615

Black with #460615

Text Example


Text Example

White with #460615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460615; }

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

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

background-color css

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

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

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

border-color css

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

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

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