Html Css Color HEX #461A1D Rustic Red

📋 copy color: '#461A1D'

red 70 ◦ green 26 ◦ blue 29

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

Shades of Rustic Red #461A1D

Tints of Rustic Red #461A1D

RGB

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

 GREEN value IS 26 (10.55% from 255) = 20.8%

 BLUE value IS 29 (11.72% from 255) = 23.2%

R = 56%
G = 20.8%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.59

 K value IS 0.73

RGB Variations

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

Color information

#461A1D (or 0x461A1D) is known color: Rustic Red. HEX triplet: 46, 1A and 1D. RGB value is (70,26,29). Sum of RGB (Red+Green+Blue) = 70+26+29=125 (16% of max value = 765). Red value is 70 (27.73% from 255 or 56% from 125); Green value is 26 (10.55% from 255 or 20.8% from 125); Blue value is 29 (11.72% from 255 or 23.2% from 125); Max value from RGB is 70 - color contains mainly: red. Hex color #461A1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #461A1D is #B9E5E2. Grayscale: #272727. Windows color (decimal): -12183011 or 1907270. OLE color: 1907270.

HSL color Cylindrical-coordinate representation of color #461A1D: hue angle of 355.91º degrees, saturation: 0.46, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #461A1D is Cyan = 0, Magento = 0.63, Yellow = 0.59 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 26 29 -
CMYK 0 0.63 0.59 0.73
HSL 355.91º 0.46% 0.19% -
HSV(B) 355.91º 0.63% 0.27% -
XYZ 3.12 2.13 1.41 -
YUV 39.5 122.08 149.76 -
System Red Green Blue C M Y K H S L
Decimal 70 26 29 0 0.63 0.59 0.73 355.91 0.46 0.19
Hex 46 1A 1D 0 3F 3B 49 164 2E 13
Octal 106 32 35 0 77 73 111 544 56 23
Binary 1000110 11010 11101 0 111111 111011 1001001 101100100 101110 10011

Color Harmonies of #461A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461A1D

Black with #461A1D

Text Example


Text Example

White with #461A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461A1D; }

 p { color: rgb(70,26,29); }

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

background-color css

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

 a { background-color: rgb(70,26,29); }

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

border-color css

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

 span { border-color: rgb(70,26,29); }

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