#480614

Color #480614 Rustic Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rustic Red #480614

Tints of Rustic Red #480614

Color information

#480614 (or 0x480614) is unknown color: approx Rustic Red. HEX triplet: 48, 06 and 14. RGB value is (72,6,20). Sum of RGB (Red+Green+Blue) = 72+6+20=98 (12% of max value = 765). Red value is 72 (28.52% from 255 or 73.47% from 98); Green value is 6 (2.73% from 255 or 6.12% from 98); Blue value is 20 (8.20% from 255 or 20.41% from 98); Max value from RGB is 72 - color contains mainly: red. Hex color #480614 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480614 is #B7F9EB. Grayscale: #1B1B1B. Windows color (decimal): -12057068 or 1312328. OLE color: 1312328.

HSL color Cylindrical-coordinate representation of color #480614: hue angle of 347.27º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #480614 is Cyan = 0, Magento = 0.92, Yellow = 0.72 and Black (K on CMYK) = 0.72.

Color convert

RGB72620-
CMYK00.920.720.72
HSL347.27º84.62%15.29%-
HSV(B)347.27º91.67%28.24%-
XYZ2.861.560.81-
YUV27.33123.87159.86-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 73.47%
GREEN value IS 6 (2.73% from 255) = 6.12%
BLUE value IS 20 (8.20% from 255) = 20.41%
R=73.47%
G=6.12%
B=20.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.72
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7262000.920.720.72347.2784.6215.29
Hex4861405C484815b55f
Octal110624013411011053312517
Binary100100011010100010111001001000100100010101101110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480614; }

 p { color: rgb(72,6,20); }

 H1.HeaderClassName
 {
   color: #480614;
 }
 .AnyTagClassName
 {
   color: #480614;
 }
</style>
background-color css

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

 a { background-color: rgb(72,6,20); }

 div.DivClassName
 {
   background-color: #480614;
 }
 .BgClassName
 {
   background-color: #480614;
 }
</style>
border-color css

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

 span { border-color: rgb(72,6,20); }

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