Html Css Color HEX #4C010F Rustic Red

📋 copy color: '#4C010F'

red 76 ◦ green 1 ◦ blue 15

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

Shades of Rustic Red #4C010F

Tints of Rustic Red #4C010F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.09%

 BLUE value IS 15 (6.25% from 255) = 16.3%

R = 82.61%
G = 1.09%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.80

 K value IS 0.70

RGB Variations

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

Color information

#4C010F (or 0x4C010F) is known color: Rustic Red. HEX triplet: 4C, 01 and 0F. RGB value is (76,1,15). Sum of RGB (Red+Green+Blue) = 76+1+15=92 (12% of max value = 765). Red value is 76 (30.08% from 255 or 82.61% from 92); Green value is 1 (0.78% from 255 or 1.09% from 92); Blue value is 15 (6.25% from 255 or 16.30% from 92); Max value from RGB is 76 - color contains mainly: red. Hex color #4C010F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4C010F is #B3FEF0. Grayscale: #191919. Windows color (decimal): -11796209 or 983372. OLE color: 983372.

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

Color convert

RGB 76 1 15 -
CMYK 0 0.99 0.80 0.70
HSL 348.8º 0.97% 0.15% -
HSV(B) 348.8º 0.99% 0.3% -
XYZ 3.08 1.59 0.6 -
YUV 25.02 122.35 164.36 -
System Red Green Blue C M Y K H S L
Decimal 76 1 15 0 0.99 0.80 0.70 348.8 0.97 0.15
Hex 4C 1 F 0 63 50 46 15D 61 F
Octal 114 1 17 0 143 120 106 535 141 17
Binary 1001100 1 1111 0 1100011 1010000 1000110 101011101 1100001 1111

Color Harmonies of #4C010F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C010F

Black with #4C010F

Text Example


Text Example

White with #4C010F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,1,15); }

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

background-color css

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

 a { background-color: rgb(76,1,15); }

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

border-color css

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

 span { border-color: rgb(76,1,15); }

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