Html Css Color HEX #460115 Rustic Red

📋 copy color: '#460115'

red 70 ◦ green 1 ◦ blue 21

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

Shades of Rustic Red #460115

Tints of Rustic Red #460115

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.09%

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

R = 76.09%
G = 1.09%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.70

 K value IS 0.73

RGB Variations

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

Color information

#460115 (or 0x460115) is known color: Rustic Red. HEX triplet: 46, 01 and 15. RGB value is (70,1,21). Sum of RGB (Red+Green+Blue) = 70+1+21=92 (12% of max value = 765). Red value is 70 (27.73% from 255 or 76.09% from 92); Green value is 1 (0.78% from 255 or 1.09% from 92); Blue value is 21 (8.59% from 255 or 22.83% from 92); Max value from RGB is 70 - color contains mainly: red. Hex color #460115 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460115 is #B9FEEA. Grayscale: #171717. Windows color (decimal): -12189419 or 1376582. OLE color: 1376582.

HSL color Cylindrical-coordinate representation of color #460115: hue angle of 342.61º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #460115 is Cyan = 0, Magento = 0.99, Yellow = 0.70 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 1 21 -
CMYK 0 0.99 0.70 0.73
HSL 342.61º 0.97% 0.14% -
HSV(B) 342.61º 0.99% 0.27% -
XYZ 2.67 1.38 0.83 -
YUV 23.91 126.36 160.87 -
System Red Green Blue C M Y K H S L
Decimal 70 1 21 0 0.99 0.70 0.73 342.61 0.97 0.14
Hex 46 1 15 0 63 46 49 157 61 E
Octal 106 1 25 0 143 106 111 527 141 16
Binary 1000110 1 10101 0 1100011 1000110 1001001 101010111 1100001 1110

Color Harmonies of #460115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460115

Black with #460115

Text Example


Text Example

White with #460115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460115; }

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

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

background-color css

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

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

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

border-color css

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

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

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