#480A0F

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

Shades of Rustic Red #480A0F

Tints of Rustic Red #480A0F

Color information

#480A0F (or 0x480A0F) is unknown color: approx Rustic Red. HEX triplet: 48, 0A and 0F. RGB value is (72,10,15). Sum of RGB (Red+Green+Blue) = 72+10+15=97 (12% of max value = 765). Red value is 72 (28.52% from 255 or 74.23% from 97); Green value is 10 (4.30% from 255 or 10.31% from 97); Blue value is 15 (6.25% from 255 or 15.46% from 97); Max value from RGB is 72 - color contains mainly: red. Hex color #480A0F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480A0F is #B7F5F0. Grayscale: #1D1D1D. Windows color (decimal): -12056049 or 985672. OLE color: 985672.

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

Color convert

RGB721015-
CMYK00.860.790.72
HSL355.16º75.61%16.08%-
HSV(B)355.16º86.11%28.24%-
XYZ2.871.630.62-
YUV29.11120.04158.59-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 74.23%
GREEN value IS 10 (4.30% from 255) = 10.31%
BLUE value IS 15 (6.25% from 255) = 15.46%
R=74.23%
G=10.31%
B=15.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.79
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72101500.860.790.72355.1675.6116.08
Hex48AF0564F481634c10
Octal1101217012611711054311420
Binary1001000101011110101011010011111001000101100011100110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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