Html Css Color HEX #4A0811 Rustic Red

📋 copy color: '#4A0811'

red 74 ◦ green 8 ◦ blue 17

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

Shades of Rustic Red #4A0811

Tints of Rustic Red #4A0811

RGB

 RED value IS 74 (29.3% from 255) = 74.75%

 GREEN value IS 8 (3.52% from 255) = 8.08%

 BLUE value IS 17 (7.03% from 255) = 17.17%

R = 74.75%
G = 8.08%
B = 17.17%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.77

 K value IS 0.71

RGB Variations

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

Color information

#4A0811 (or 0x4A0811) is known color: Rustic Red. HEX triplet: 4A, 08 and 11. RGB value is (74,8,17). Sum of RGB (Red+Green+Blue) = 74+8+17=99 (13% of max value = 765). Red value is 74 (29.30% from 255 or 74.75% from 99); Green value is 8 (3.52% from 255 or 8.08% from 99); Blue value is 17 (7.03% from 255 or 17.17% from 99); Max value from RGB is 74 - color contains mainly: red. Hex color #4A0811 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4A0811 is #B5F7EE. Grayscale: #1C1C1C. Windows color (decimal): -11925487 or 1116234. OLE color: 1116234.

HSL color Cylindrical-coordinate representation of color #4A0811: hue angle of 351.82º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4A0811 is Cyan = 0, Magento = 0.89, Yellow = 0.77 and Black (K on CMYK) = 0.71.

Color convert

RGB 74 8 17 -
CMYK 0 0.89 0.77 0.71
HSL 351.82º 0.8% 0.16% -
HSV(B) 351.82º 0.89% 0.29% -
XYZ 3.01 1.67 0.69 -
YUV 28.76 121.37 160.27 -
System Red Green Blue C M Y K H S L
Decimal 74 8 17 0 0.89 0.77 0.71 351.82 0.8 0.16
Hex 4A 8 11 0 59 4D 47 160 50 10
Octal 112 10 21 0 131 115 107 540 120 20
Binary 1001010 1000 10001 0 1011001 1001101 1000111 101100000 1010000 10000

Color Harmonies of #4A0811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A0811

Black with #4A0811

Text Example


Text Example

White with #4A0811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A0811; }

 p { color: rgb(74,8,17); }

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

background-color css

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

 a { background-color: rgb(74,8,17); }

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

border-color css

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

 span { border-color: rgb(74,8,17); }

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