Html Css Color HEX #461319 Rustic Red

📋 copy color: '#461319'

red 70 ◦ green 19 ◦ blue 25

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

Shades of Rustic Red #461319

Tints of Rustic Red #461319

RGB

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

 GREEN value IS 19 (7.81% from 255) = 16.67%

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

R = 61.4%
G = 16.67%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.64

 K value IS 0.73

RGB Variations

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

Color information

#461319 (or 0x461319) is known color: Rustic Red. HEX triplet: 46, 13 and 19. RGB value is (70,19,25). Sum of RGB (Red+Green+Blue) = 70+19+25=114 (15% of max value = 765). Red value is 70 (27.73% from 255 or 61.40% from 114); Green value is 19 (7.81% from 255 or 16.67% from 114); Blue value is 25 (10.16% from 255 or 21.93% from 114); Max value from RGB is 70 - color contains mainly: red. Hex color #461319 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461319 is #B9ECE6. Grayscale: #222222. Windows color (decimal): -12184807 or 1643334. OLE color: 1643334.

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

Color convert

RGB 70 19 25 -
CMYK 0 0.73 0.64 0.73
HSL 352.94º 0.57% 0.17% -
HSV(B) 352.94º 0.73% 0.27% -
XYZ 2.93 1.84 1.12 -
YUV 34.93 122.4 153.01 -
System Red Green Blue C M Y K H S L
Decimal 70 19 25 0 0.73 0.64 0.73 352.94 0.57 0.17
Hex 46 13 19 0 49 40 49 161 39 11
Octal 106 23 31 0 111 100 111 541 71 21
Binary 1000110 10011 11001 0 1001001 1000000 1001001 101100001 111001 10001

Color Harmonies of #461319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461319

Black with #461319

Text Example


Text Example

White with #461319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461319; }

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

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

background-color css

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

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

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

border-color css

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

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

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