Html Css Color HEX #460F15 Rustic Red

📋 copy color: '#460F15'

red 70 ◦ green 15 ◦ blue 21

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

Shades of Rustic Red #460F15

Tints of Rustic Red #460F15

RGB

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

 GREEN value IS 15 (6.25% from 255) = 14.15%

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

R = 66.04%
G = 14.15%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.70

 K value IS 0.73

RGB Variations

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

Color information

#460F15 (or 0x460F15) is known color: Rustic Red. HEX triplet: 46, 0F and 15. RGB value is (70,15,21). Sum of RGB (Red+Green+Blue) = 70+15+21=106 (14% of max value = 765). Red value is 70 (27.73% from 255 or 66.04% from 106); Green value is 15 (6.25% from 255 or 14.15% from 106); Blue value is 21 (8.59% from 255 or 19.81% from 106); Max value from RGB is 70 - color contains mainly: red. Hex color #460F15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460F15 is #B9F0EA. Grayscale: #202020. Windows color (decimal): -12185835 or 1380166. OLE color: 1380166.

HSL color Cylindrical-coordinate representation of color #460F15: hue angle of 353.45º degrees, saturation: 0.65, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #460F15 is Cyan = 0, Magento = 0.79, Yellow = 0.70 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 15 21 -
CMYK 0 0.79 0.70 0.73
HSL 353.45º 0.65% 0.17% -
HSV(B) 353.45º 0.79% 0.27% -
XYZ 2.83 1.7 0.89 -
YUV 32.13 121.72 155.01 -
System Red Green Blue C M Y K H S L
Decimal 70 15 21 0 0.79 0.70 0.73 353.45 0.65 0.17
Hex 46 F 15 0 4F 46 49 161 41 11
Octal 106 17 25 0 117 106 111 541 101 21
Binary 1000110 1111 10101 0 1001111 1000110 1001001 101100001 1000001 10001

Color Harmonies of #460F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460F15

Black with #460F15

Text Example


Text Example

White with #460F15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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