#480A10

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

Shades of Rustic Red #480A10

Tints of Rustic Red #480A10

Color information

#480A10 (or 0x480A10) is unknown color: approx Rustic Red. HEX triplet: 48, 0A and 10. RGB value is (72,10,16). Sum of RGB (Red+Green+Blue) = 72+10+16=98 (12% of max value = 765). Red value is 72 (28.52% from 255 or 73.47% from 98); Green value is 10 (4.30% from 255 or 10.20% from 98); Blue value is 16 (6.64% from 255 or 16.33% from 98); Max value from RGB is 72 - color contains mainly: red. Hex color #480A10 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480A10 is #B7F5EF. Grayscale: #1D1D1D. Windows color (decimal): -12056048 or 1051208. OLE color: 1051208.

HSL color Cylindrical-coordinate representation of color #480A10: hue angle of 354.19º 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 #480A10 is Cyan = 0, Magento = 0.86, Yellow = 0.78 and Black (K on CMYK) = 0.72.

Color convert

RGB721016-
CMYK00.860.780.72
HSL354.19º75.61%16.08%-
HSV(B)354.19º86.11%28.24%-
XYZ2.871.630.65-
YUV29.22120.54158.51-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 73.47%
GREEN value IS 10 (4.30% from 255) = 10.20%
BLUE value IS 16 (6.64% from 255) = 16.33%
R=73.47%
G=10.20%
B=16.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.78
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72101600.860.780.72354.1975.6116.08
Hex48A100564E481624c10
Octal1101220012611611054211420
Binary10010001010100000101011010011101001000101100010100110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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