Html Css Color HEX #4A0812 Rustic Red

📋 copy color: '#4A0812'

red 74 ◦ green 8 ◦ blue 18

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

Shades of Rustic Red #4A0812

Tints of Rustic Red #4A0812

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 18%

R = 74%
G = 8%
B = 18%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.76

 K value IS 0.71

RGB Variations

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

Color information

#4A0812 (or 0x4A0812) is known color: Rustic Red. HEX triplet: 4A, 08 and 12. RGB value is (74,8,18). Sum of RGB (Red+Green+Blue) = 74+8+18=100 (13% of max value = 765). Red value is 74 (29.30% from 255 or 74% from 100); Green value is 8 (3.52% from 255 or 8% from 100); Blue value is 18 (7.42% from 255 or 18% from 100); Max value from RGB is 74 - color contains mainly: red. Hex color #4A0812 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4A0812 is #B5F7ED. Grayscale: #1C1C1C. Windows color (decimal): -11925486 or 1181770. OLE color: 1181770.

HSL color Cylindrical-coordinate representation of color #4A0812: hue angle of 350.91º 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 #4A0812 is Cyan = 0, Magento = 0.89, Yellow = 0.76 and Black (K on CMYK) = 0.71.

Color convert

RGB 74 8 18 -
CMYK 0 0.89 0.76 0.71
HSL 350.91º 0.8% 0.16% -
HSV(B) 350.91º 0.89% 0.29% -
XYZ 3.02 1.67 0.74 -
YUV 28.87 121.87 160.19 -
System Red Green Blue C M Y K H S L
Decimal 74 8 18 0 0.89 0.76 0.71 350.91 0.8 0.16
Hex 4A 8 12 0 59 4C 47 15F 50 10
Octal 112 10 22 0 131 114 107 537 120 20
Binary 1001010 1000 10010 0 1011001 1001100 1000111 101011111 1010000 10000

Color Harmonies of #4A0812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A0812

Black with #4A0812

Text Example


Text Example

White with #4A0812

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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