Html Css Color HEX #461318 Rustic Red

📋 copy color: '#461318'

red 70 ◦ green 19 ◦ blue 24

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

Shades of Rustic Red #461318

Tints of Rustic Red #461318

RGB

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

 GREEN value IS 19 (7.81% from 255) = 16.81%

 BLUE value IS 24 (9.77% from 255) = 21.24%

R = 61.95%
G = 16.81%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.66

 K value IS 0.73

RGB Variations

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

Color information

#461318 (or 0x461318) is known color: Rustic Red. HEX triplet: 46, 13 and 18. RGB value is (70,19,24). Sum of RGB (Red+Green+Blue) = 70+19+24=113 (14% of max value = 765). Red value is 70 (27.73% from 255 or 61.95% from 113); Green value is 19 (7.81% from 255 or 16.81% from 113); Blue value is 24 (9.77% from 255 or 21.24% from 113); Max value from RGB is 70 - color contains mainly: red. Hex color #461318 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461318 is #B9ECE7. Grayscale: #222222. Windows color (decimal): -12184808 or 1577798. OLE color: 1577798.

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

Color convert

RGB 70 19 24 -
CMYK 0 0.73 0.66 0.73
HSL 354.12º 0.57% 0.17% -
HSV(B) 354.12º 0.73% 0.27% -
XYZ 2.92 1.83 1.06 -
YUV 34.82 121.9 153.09 -
System Red Green Blue C M Y K H S L
Decimal 70 19 24 0 0.73 0.66 0.73 354.12 0.57 0.17
Hex 46 13 18 0 49 42 49 162 39 11
Octal 106 23 30 0 111 102 111 542 71 21
Binary 1000110 10011 11000 0 1001001 1000010 1001001 101100010 111001 10001

Color Harmonies of #461318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461318

Black with #461318

Text Example


Text Example

White with #461318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461318; }

 p { color: rgb(70,19,24); }

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

background-color css

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

 a { background-color: rgb(70,19,24); }

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

border-color css

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

 span { border-color: rgb(70,19,24); }

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