Html Css Color HEX #4C0005 Rustic Red

📋 copy color: '#4C0005'

red 76 ◦ green 0 ◦ blue 5

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

Shades of Rustic Red #4C0005

Tints of Rustic Red #4C0005

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 5 (2.34% from 255) = 6.17%

R = 93.83%
G = 0%
B = 6.17%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.93

 K value IS 0.70

RGB Variations

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

Color information

#4C0005 (or 0x4C0005) is known color: Rustic Red. HEX triplet: 4C, 00 and 05. RGB value is (76,0,5). Sum of RGB (Red+Green+Blue) = 76+0+5=81 (10% of max value = 765). Red value is 76 (30.08% from 255 or 93.83% from 81); Green value is 0 (0.39% from 255 or 0% from 81); Blue value is 5 (2.34% from 255 or 6.17% from 81); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0005 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4C0005 is #B3FFFA. Grayscale: #171717. Windows color (decimal): -11796475 or 327756. OLE color: 327756.

HSL color Cylindrical-coordinate representation of color #4C0005: hue angle of 356.05º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4C0005 is Cyan = 0, Magento = 1, Yellow = 0.93 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 0 5 -
CMYK 0 1 0.93 0.70
HSL 356.05º 1% 0.15% -
HSV(B) 356.05º 1% 0.3% -
XYZ 3.01 1.55 0.28 -
YUV 23.29 117.68 165.59 -
System Red Green Blue C M Y K H S L
Decimal 76 0 5 0 1 0.93 0.70 356.05 1 0.15
Hex 4C 0 5 0 64 5D 46 164 64 F
Octal 114 0 5 0 144 135 106 544 144 17
Binary 1001100 0 101 0 1100100 1011101 1000110 101100100 1100100 1111

Color Harmonies of #4C0005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C0005

Black with #4C0005

Text Example


Text Example

White with #4C0005

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,0,5); }

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

background-color css

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

 a { background-color: rgb(76,0,5); }

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

border-color css

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

 span { border-color: rgb(76,0,5); }

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