Html Css Color HEX #461215 Rustic Red

📋 copy color: '#461215'

red 70 ◦ green 18 ◦ blue 21

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

Shades of Rustic Red #461215

Tints of Rustic Red #461215

RGB

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

 GREEN value IS 18 (7.42% from 255) = 16.51%

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

R = 64.22%
G = 16.51%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.70

 K value IS 0.73

RGB Variations

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

Color information

#461215 (or 0x461215) is known color: Rustic Red. HEX triplet: 46, 12 and 15. RGB value is (70,18,21). Sum of RGB (Red+Green+Blue) = 70+18+21=109 (14% of max value = 765). Red value is 70 (27.73% from 255 or 64.22% from 109); Green value is 18 (7.42% from 255 or 16.51% from 109); Blue value is 21 (8.59% from 255 or 19.27% from 109); Max value from RGB is 70 - color contains mainly: red. Hex color #461215 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461215 is #B9EDEA. Grayscale: #212121. Windows color (decimal): -12185067 or 1380934. OLE color: 1380934.

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

Color convert

RGB 70 18 21 -
CMYK 0 0.74 0.70 0.73
HSL 356.54º 0.59% 0.17% -
HSV(B) 356.54º 0.74% 0.27% -
XYZ 2.88 1.79 0.9 -
YUV 33.89 120.73 153.76 -
System Red Green Blue C M Y K H S L
Decimal 70 18 21 0 0.74 0.70 0.73 356.54 0.59 0.17
Hex 46 12 15 0 4A 46 49 165 3B 11
Octal 106 22 25 0 112 106 111 545 73 21
Binary 1000110 10010 10101 0 1001010 1000110 1001001 101100101 111011 10001

Color Harmonies of #461215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461215

Black with #461215

Text Example


Text Example

White with #461215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461215; }

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

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

background-color css

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

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

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

border-color css

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

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

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