Html Css Color HEX #461019 Rustic Red

📋 copy color: '#461019'

red 70 ◦ green 16 ◦ blue 25

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

Shades of Rustic Red #461019

Tints of Rustic Red #461019

RGB

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

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

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

R = 63.06%
G = 14.41%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.64

 K value IS 0.73

RGB Variations

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

Color information

#461019 (or 0x461019) is known color: Rustic Red. HEX triplet: 46, 10 and 19. RGB value is (70,16,25). Sum of RGB (Red+Green+Blue) = 70+16+25=111 (14% of max value = 765). Red value is 70 (27.73% from 255 or 63.06% from 111); Green value is 16 (6.64% from 255 or 14.41% from 111); Blue value is 25 (10.16% from 255 or 22.52% from 111); Max value from RGB is 70 - color contains mainly: red. Hex color #461019 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461019 is #B9EFE6. Grayscale: #212121. Windows color (decimal): -12185575 or 1642566. OLE color: 1642566.

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

Color convert

RGB 70 16 25 -
CMYK 0 0.77 0.64 0.73
HSL 350º 0.63% 0.17% -
HSV(B) 350º 0.77% 0.27% -
XYZ 2.89 1.74 1.1 -
YUV 33.17 123.39 154.27 -
System Red Green Blue C M Y K H S L
Decimal 70 16 25 0 0.77 0.64 0.73 350 0.63 0.17
Hex 46 10 19 0 4D 40 49 15E 3F 11
Octal 106 20 31 0 115 100 111 536 77 21
Binary 1000110 10000 11001 0 1001101 1000000 1001001 101011110 111111 10001

Color Harmonies of #461019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461019

Black with #461019

Text Example


Text Example

White with #461019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461019; }

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

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

background-color css

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

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

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

border-color css

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

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

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