#480D14

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

Shades of Rustic Red #480D14

Tints of Rustic Red #480D14

Color information

#480D14 (or 0x480D14) is unknown color: approx Rustic Red. HEX triplet: 48, 0D and 14. RGB value is (72,13,20). Sum of RGB (Red+Green+Blue) = 72+13+20=105 (13% of max value = 765). Red value is 72 (28.52% from 255 or 68.57% from 105); Green value is 13 (5.47% from 255 or 12.38% from 105); Blue value is 20 (8.20% from 255 or 19.05% from 105); Max value from RGB is 72 - color contains mainly: red. Hex color #480D14 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480D14 is #B7F2EB. Grayscale: #1F1F1F. Windows color (decimal): -12055276 or 1314120. OLE color: 1314120.

HSL color Cylindrical-coordinate representation of color #480D14: hue angle of 352.88º degrees, saturation: 0.69, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #480D14 is Cyan = 0, Magento = 0.82, Yellow = 0.72 and Black (K on CMYK) = 0.72.

Color convert

RGB721320-
CMYK00.820.720.72
HSL352.88º69.41%16.67%-
HSV(B)352.88º81.94%28.24%-
XYZ2.941.720.84-
YUV31.44121.55156.93-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 68.57%
GREEN value IS 13 (5.47% from 255) = 12.38%
BLUE value IS 20 (8.20% from 255) = 19.05%
R=68.57%
G=12.38%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.72
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72132000.820.720.72352.8869.4116.67
Hex48D1405248481614511
Octal1101524012211011054110521
Binary10010001101101000101001010010001001000101100001100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480D14; }

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

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

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

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

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

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

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

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