#480B15

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

Shades of Rustic Red #480B15

Tints of Rustic Red #480B15

Color information

#480B15 (or 0x480B15) is unknown color: approx Rustic Red. HEX triplet: 48, 0B and 15. RGB value is (72,11,21). Sum of RGB (Red+Green+Blue) = 72+11+21=104 (13% of max value = 765). Red value is 72 (28.52% from 255 or 69.23% from 104); Green value is 11 (4.69% from 255 or 10.58% from 104); Blue value is 21 (8.59% from 255 or 20.19% from 104); Max value from RGB is 72 - color contains mainly: red. Hex color #480B15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480B15 is #B7F4EA. Grayscale: #1E1E1E. Windows color (decimal): -12055787 or 1379144. OLE color: 1379144.

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

Color convert

RGB721121-
CMYK00.850.710.72
HSL350.16º73.49%16.27%-
HSV(B)350.16º84.72%28.24%-
XYZ2.931.670.88-
YUV30.38122.71157.69-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 69.23%
GREEN value IS 11 (4.69% from 255) = 10.58%
BLUE value IS 21 (8.59% from 255) = 20.19%
R=69.23%
G=10.58%
B=20.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.71
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72112100.850.710.72350.1673.4916.27
Hex48B15055474815e4910
Octal1101325012510711053611120
Binary10010001011101010101010110001111001000101011110100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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