Html Css Color HEX #461719 Rustic Red

📋 copy color: '#461719'

red 70 ◦ green 23 ◦ blue 25

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

Shades of Rustic Red #461719

Tints of Rustic Red #461719

RGB

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

 GREEN value IS 23 (9.38% from 255) = 19.49%

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

R = 59.32%
G = 19.49%
B = 21.19%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.64

 K value IS 0.73

RGB Variations

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

Color information

#461719 (or 0x461719) is known color: Rustic Red. HEX triplet: 46, 17 and 19. RGB value is (70,23,25). Sum of RGB (Red+Green+Blue) = 70+23+25=118 (15% of max value = 765). Red value is 70 (27.73% from 255 or 59.32% from 118); Green value is 23 (9.38% from 255 or 19.49% from 118); Blue value is 25 (10.16% from 255 or 21.19% from 118); Max value from RGB is 70 - color contains mainly: red. Hex color #461719 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461719 is #B9E8E6. Grayscale: #252525. Windows color (decimal): -12183783 or 1644358. OLE color: 1644358.

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

Color convert

RGB 70 23 25 -
CMYK 0 0.67 0.64 0.73
HSL 357.45º 0.51% 0.18% -
HSV(B) 357.45º 0.67% 0.27% -
XYZ 3.01 1.99 1.14 -
YUV 37.28 121.07 151.34 -
System Red Green Blue C M Y K H S L
Decimal 70 23 25 0 0.67 0.64 0.73 357.45 0.51 0.18
Hex 46 17 19 0 43 40 49 165 33 12
Octal 106 27 31 0 103 100 111 545 63 22
Binary 1000110 10111 11001 0 1000011 1000000 1001001 101100101 110011 10010

Color Harmonies of #461719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461719

Black with #461719

Text Example


Text Example

White with #461719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461719; }

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

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

background-color css

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

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

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

border-color css

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

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

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