Html Css Color HEX #460A15 Rustic Red

📋 copy color: '#460A15'

red 70 ◦ green 10 ◦ blue 21

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

Shades of Rustic Red #460A15

Tints of Rustic Red #460A15

RGB

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

 GREEN value IS 10 (4.3% from 255) = 9.9%

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

R = 69.31%
G = 9.9%
B = 20.79%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.70

 K value IS 0.73

RGB Variations

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

Color information

#460A15 (or 0x460A15) is known color: Rustic Red. HEX triplet: 46, 0A and 15. RGB value is (70,10,21). Sum of RGB (Red+Green+Blue) = 70+10+21=101 (13% of max value = 765). Red value is 70 (27.73% from 255 or 69.31% from 101); Green value is 10 (4.30% from 255 or 9.90% from 101); Blue value is 21 (8.59% from 255 or 20.79% from 101); Max value from RGB is 70 - color contains mainly: red. Hex color #460A15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460A15 is #B9F5EA. Grayscale: #1D1D1D. Windows color (decimal): -12187115 or 1378886. OLE color: 1378886.

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

Color convert

RGB 70 10 21 -
CMYK 0 0.86 0.70 0.73
HSL 349º 0.75% 0.16% -
HSV(B) 349º 0.86% 0.27% -
XYZ 2.77 1.57 0.87 -
YUV 29.19 123.38 157.11 -
System Red Green Blue C M Y K H S L
Decimal 70 10 21 0 0.86 0.70 0.73 349 0.75 0.16
Hex 46 A 15 0 56 46 49 15D 4B 10
Octal 106 12 25 0 126 106 111 535 113 20
Binary 1000110 1010 10101 0 1010110 1000110 1001001 101011101 1001011 10000

Color Harmonies of #460A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460A15

Black with #460A15

Text Example


Text Example

White with #460A15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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