Html Css Color HEX #461819 Rustic Red

📋 copy color: '#461819'

red 70 ◦ green 24 ◦ blue 25

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

Shades of Rustic Red #461819

Tints of Rustic Red #461819

RGB

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

 GREEN value IS 24 (9.77% from 255) = 20.17%

 BLUE value IS 25 (10.16% from 255) = 21.01%

R = 58.82%
G = 20.17%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.64

 K value IS 0.73

RGB Variations

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

Color information

#461819 (or 0x461819) is known color: Rustic Red. HEX triplet: 46, 18 and 19. RGB value is (70,24,25). Sum of RGB (Red+Green+Blue) = 70+24+25=119 (15% of max value = 765). Red value is 70 (27.73% from 255 or 58.82% from 119); Green value is 24 (9.77% from 255 or 20.17% from 119); Blue value is 25 (10.16% from 255 or 21.01% from 119); Max value from RGB is 70 - color contains mainly: red. Hex color #461819 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461819 is #B9E7E6. Grayscale: #252525. Windows color (decimal): -12183527 or 1644614. OLE color: 1644614.

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

Color convert

RGB 70 24 25 -
CMYK 0 0.66 0.64 0.73
HSL 358.7º 0.49% 0.18% -
HSV(B) 358.7º 0.66% 0.27% -
XYZ 3.03 2.03 1.15 -
YUV 37.87 120.74 150.92 -
System Red Green Blue C M Y K H S L
Decimal 70 24 25 0 0.66 0.64 0.73 358.7 0.49 0.18
Hex 46 18 19 0 42 40 49 167 31 12
Octal 106 30 31 0 102 100 111 547 61 22
Binary 1000110 11000 11001 0 1000010 1000000 1001001 101100111 110001 10010

Color Harmonies of #461819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461819

Black with #461819

Text Example


Text Example

White with #461819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461819; }

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

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

background-color css

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

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

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

border-color css

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

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

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