#480F14

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

Shades of Rustic Red #480F14

Tints of Rustic Red #480F14

Color information

#480F14 (or 0x480F14) is unknown color: approx Rustic Red. HEX triplet: 48, 0F and 14. RGB value is (72,15,20). Sum of RGB (Red+Green+Blue) = 72+15+20=107 (14% of max value = 765). Red value is 72 (28.52% from 255 or 67.29% from 107); Green value is 15 (6.25% from 255 or 14.02% from 107); Blue value is 20 (8.20% from 255 or 18.69% from 107); Max value from RGB is 72 - color contains mainly: red. Hex color #480F14 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480F14 is #B7F0EB. Grayscale: #202020. Windows color (decimal): -12054764 or 1314632. OLE color: 1314632.

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

Color convert

RGB721520-
CMYK00.790.720.72
HSL354.74º65.52%17.06%-
HSV(B)354.74º79.17%28.24%-
XYZ2.971.770.85-
YUV32.61120.88156.09-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 67.29%
GREEN value IS 15 (6.25% from 255) = 14.02%
BLUE value IS 20 (8.20% from 255) = 18.69%
R=67.29%
G=14.02%
B=18.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.72
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72152000.790.720.72354.7465.5217.06
Hex48F1404F48481634211
Octal1101724011711011054310221
Binary10010001111101000100111110010001001000101100011100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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