Html Css Color HEX #4C0809 Rustic Red

📋 copy color: '#4C0809'

red 76 ◦ green 8 ◦ blue 9

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

Shades of Rustic Red #4C0809

Tints of Rustic Red #4C0809

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 9.68%

R = 81.72%
G = 8.6%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.88

 K value IS 0.70

RGB Variations

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

Color information

#4C0809 (or 0x4C0809) is known color: Rustic Red. HEX triplet: 4C, 08 and 09. RGB value is (76,8,9). Sum of RGB (Red+Green+Blue) = 76+8+9=93 (12% of max value = 765). Red value is 76 (30.08% from 255 or 81.72% from 93); Green value is 8 (3.52% from 255 or 8.60% from 93); Blue value is 9 (3.91% from 255 or 9.68% from 93); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0809 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4C0809 is #B3F7F6. Grayscale: #1C1C1C. Windows color (decimal): -11794423 or 591948. OLE color: 591948.

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

Color convert

RGB 76 8 9 -
CMYK 0 0.89 0.88 0.70
HSL 359.12º 0.81% 0.16% -
HSV(B) 359.12º 0.89% 0.3% -
XYZ 3.12 1.73 0.43 -
YUV 28.45 117.03 161.92 -
System Red Green Blue C M Y K H S L
Decimal 76 8 9 0 0.89 0.88 0.70 359.12 0.81 0.16
Hex 4C 8 9 0 59 58 46 167 51 10
Octal 114 10 11 0 131 130 106 547 121 20
Binary 1001100 1000 1001 0 1011001 1011000 1000110 101100111 1010001 10000

Color Harmonies of #4C0809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C0809

Black with #4C0809

Text Example


Text Example

White with #4C0809

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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