Html Css Color HEX #4C0812 Rustic Red

📋 copy color: '#4C0812'

red 76 ◦ green 8 ◦ blue 18

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

Shades of Rustic Red #4C0812

Tints of Rustic Red #4C0812

RGB

 RED value IS 76 (30.08% from 255) = 74.51%

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

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

R = 74.51%
G = 7.84%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.76

 K value IS 0.70

RGB Variations

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

Color information

#4C0812 (or 0x4C0812) is known color: Rustic Red. HEX triplet: 4C, 08 and 12. RGB value is (76,8,18). Sum of RGB (Red+Green+Blue) = 76+8+18=102 (13% of max value = 765). Red value is 76 (30.08% from 255 or 74.51% from 102); Green value is 8 (3.52% from 255 or 7.84% from 102); Blue value is 18 (7.42% from 255 or 17.65% from 102); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0812 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4C0812 is #B3F7ED. Grayscale: #1D1D1D. Windows color (decimal): -11794414 or 1181772. OLE color: 1181772.

HSL color Cylindrical-coordinate representation of color #4C0812: hue angle of 351.18º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4C0812 is Cyan = 0, Magento = 0.89, Yellow = 0.76 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 8 18 -
CMYK 0 0.89 0.76 0.70
HSL 351.18º 0.81% 0.16% -
HSV(B) 351.18º 0.89% 0.3% -
XYZ 3.18 1.75 0.74 -
YUV 29.47 121.53 161.19 -
System Red Green Blue C M Y K H S L
Decimal 76 8 18 0 0.89 0.76 0.70 351.18 0.81 0.16
Hex 4C 8 12 0 59 4C 46 15F 51 10
Octal 114 10 22 0 131 114 106 537 121 20
Binary 1001100 1000 10010 0 1011001 1001100 1000110 101011111 1010001 10000

Color Harmonies of #4C0812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C0812

Black with #4C0812

Text Example


Text Example

White with #4C0812

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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