#480B10

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

Shades of Rustic Red #480B10

Tints of Rustic Red #480B10

Color information

#480B10 (or 0x480B10) is unknown color: approx Rustic Red. HEX triplet: 48, 0B and 10. RGB value is (72,11,16). Sum of RGB (Red+Green+Blue) = 72+11+16=99 (13% of max value = 765). Red value is 72 (28.52% from 255 or 72.73% from 99); Green value is 11 (4.69% from 255 or 11.11% from 99); Blue value is 16 (6.64% from 255 or 16.16% from 99); Max value from RGB is 72 - color contains mainly: red. Hex color #480B10 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480B10 is #B7F4EF. Grayscale: #1D1D1D. Windows color (decimal): -12055792 or 1051464. OLE color: 1051464.

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

Color convert

RGB721116-
CMYK00.850.780.72
HSL355.08º73.49%16.27%-
HSV(B)355.08º84.72%28.24%-
XYZ2.891.650.66-
YUV29.81120.21158.09-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 72.73%
GREEN value IS 11 (4.69% from 255) = 11.11%
BLUE value IS 16 (6.64% from 255) = 16.16%
R=72.73%
G=11.11%
B=16.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.78
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72111600.850.780.72355.0873.4916.27
Hex48B100554E481634910
Octal1101320012511611054311120
Binary10010001011100000101010110011101001000101100011100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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