Html Css Color HEX #4C000D Rustic Red

📋 copy color: '#4C000D'

red 76 ◦ green 0 ◦ blue 13

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

Shades of Rustic Red #4C000D

Tints of Rustic Red #4C000D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 14.61%

R = 85.39%
G = 0%
B = 14.61%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.83

 K value IS 0.70

RGB Variations

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

Color information

#4C000D (or 0x4C000D) is known color: Rustic Red. HEX triplet: 4C, 00 and 0D. RGB value is (76,0,13). Sum of RGB (Red+Green+Blue) = 76+0+13=89 (11% of max value = 765). Red value is 76 (30.08% from 255 or 85.39% from 89); Green value is 0 (0.39% from 255 or 0% from 89); Blue value is 13 (5.47% from 255 or 14.61% from 89); Max value from RGB is 76 - color contains mainly: red. Hex color #4C000D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4C000D is #B3FFF2. Grayscale: #181818. Windows color (decimal): -11796467 or 852044. OLE color: 852044.

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

Color convert

RGB 76 0 13 -
CMYK 0 1 0.83 0.70
HSL 349.74º 1% 0.15% -
HSV(B) 349.74º 1% 0.3% -
XYZ 3.05 1.57 0.52 -
YUV 24.21 121.68 164.94 -
System Red Green Blue C M Y K H S L
Decimal 76 0 13 0 1 0.83 0.70 349.74 1 0.15
Hex 4C 0 D 0 64 53 46 15E 64 F
Octal 114 0 15 0 144 123 106 536 144 17
Binary 1001100 0 1101 0 1100100 1010011 1000110 101011110 1100100 1111

Color Harmonies of #4C000D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C000D

Black with #4C000D

Text Example


Text Example

White with #4C000D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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