Html Css Color HEX #461018 Rustic Red

📋 copy color: '#461018'

red 70 ◦ green 16 ◦ blue 24

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

Shades of Rustic Red #461018

Tints of Rustic Red #461018

RGB

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

 GREEN value IS 16 (6.64% from 255) = 14.55%

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

R = 63.64%
G = 14.55%
B = 21.82%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.66

 K value IS 0.73

RGB Variations

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

Color information

#461018 (or 0x461018) is known color: Rustic Red. HEX triplet: 46, 10 and 18. RGB value is (70,16,24). Sum of RGB (Red+Green+Blue) = 70+16+24=110 (14% of max value = 765). Red value is 70 (27.73% from 255 or 63.64% from 110); Green value is 16 (6.64% from 255 or 14.55% from 110); Blue value is 24 (9.77% from 255 or 21.82% from 110); Max value from RGB is 70 - color contains mainly: red. Hex color #461018 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461018 is #B9EFE7. Grayscale: #212121. Windows color (decimal): -12185576 or 1577030. OLE color: 1577030.

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

Color convert

RGB 70 16 24 -
CMYK 0 0.77 0.66 0.73
HSL 351.11º 0.63% 0.17% -
HSV(B) 351.11º 0.77% 0.27% -
XYZ 2.88 1.74 1.05 -
YUV 33.06 122.89 154.35 -
System Red Green Blue C M Y K H S L
Decimal 70 16 24 0 0.77 0.66 0.73 351.11 0.63 0.17
Hex 46 10 18 0 4D 42 49 15F 3F 11
Octal 106 20 30 0 115 102 111 537 77 21
Binary 1000110 10000 11000 0 1001101 1000010 1001001 101011111 111111 10001

Color Harmonies of #461018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461018

Black with #461018

Text Example


Text Example

White with #461018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461018; }

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

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

background-color css

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

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

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

border-color css

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

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

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