Html Css Color HEX #461415 Rustic Red

📋 copy color: '#461415'

red 70 ◦ green 20 ◦ blue 21

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

Shades of Rustic Red #461415

Tints of Rustic Red #461415

RGB

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

 GREEN value IS 20 (8.2% from 255) = 18.02%

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

R = 63.06%
G = 18.02%
B = 18.92%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.70

 K value IS 0.73

RGB Variations

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

Color information

#461415 (or 0x461415) is known color: Rustic Red. HEX triplet: 46, 14 and 15. RGB value is (70,20,21). Sum of RGB (Red+Green+Blue) = 70+20+21=111 (14% of max value = 765). Red value is 70 (27.73% from 255 or 63.06% from 111); Green value is 20 (8.20% from 255 or 18.02% from 111); Blue value is 21 (8.59% from 255 or 18.92% from 111); Max value from RGB is 70 - color contains mainly: red. Hex color #461415 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461415 is #B9EBEA. Grayscale: #232323. Windows color (decimal): -12184555 or 1381446. OLE color: 1381446.

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

Color convert

RGB 70 20 21 -
CMYK 0 0.71 0.70 0.73
HSL 358.8º 0.56% 0.18% -
HSV(B) 358.8º 0.71% 0.27% -
XYZ 2.91 1.86 0.91 -
YUV 35.06 120.07 152.92 -
System Red Green Blue C M Y K H S L
Decimal 70 20 21 0 0.71 0.70 0.73 358.8 0.56 0.18
Hex 46 14 15 0 47 46 49 167 38 12
Octal 106 24 25 0 107 106 111 547 70 22
Binary 1000110 10100 10101 0 1000111 1000110 1001001 101100111 111000 10010

Color Harmonies of #461415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461415

Black with #461415

Text Example


Text Example

White with #461415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461415; }

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

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

background-color css

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

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

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

border-color css

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

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

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