Html Css Color HEX #461218 Rustic Red

📋 copy color: '#461218'

red 70 ◦ green 18 ◦ blue 24

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

Shades of Rustic Red #461218

Tints of Rustic Red #461218

RGB

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

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

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

R = 62.5%
G = 16.07%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.66

 K value IS 0.73

RGB Variations

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

Color information

#461218 (or 0x461218) is known color: Rustic Red. HEX triplet: 46, 12 and 18. RGB value is (70,18,24). Sum of RGB (Red+Green+Blue) = 70+18+24=112 (14% of max value = 765). Red value is 70 (27.73% from 255 or 62.5% from 112); Green value is 18 (7.42% from 255 or 16.07% from 112); Blue value is 24 (9.77% from 255 or 21.43% from 112); Max value from RGB is 70 - color contains mainly: red. Hex color #461218 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461218 is #B9EDE7. Grayscale: #222222. Windows color (decimal): -12185064 or 1577542. OLE color: 1577542.

HSL color Cylindrical-coordinate representation of color #461218: hue angle of 353.08º 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 #461218 is Cyan = 0, Magento = 0.74, Yellow = 0.66 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 18 24 -
CMYK 0 0.74 0.66 0.73
HSL 353.08º 0.59% 0.17% -
HSV(B) 353.08º 0.74% 0.27% -
XYZ 2.91 1.8 1.06 -
YUV 34.23 122.23 153.51 -
System Red Green Blue C M Y K H S L
Decimal 70 18 24 0 0.74 0.66 0.73 353.08 0.59 0.17
Hex 46 12 18 0 4A 42 49 161 3B 11
Octal 106 22 30 0 112 102 111 541 73 21
Binary 1000110 10010 11000 0 1001010 1000010 1001001 101100001 111011 10001

Color Harmonies of #461218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461218

Black with #461218

Text Example


Text Example

White with #461218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461218; }

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

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

background-color css

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

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

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

border-color css

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

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

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