#480B13

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

Shades of Rustic Red #480B13

Tints of Rustic Red #480B13

Color information

#480B13 (or 0x480B13) is unknown color: approx Rustic Red. HEX triplet: 48, 0B and 13. RGB value is (72,11,19). Sum of RGB (Red+Green+Blue) = 72+11+19=102 (13% of max value = 765). Red value is 72 (28.52% from 255 or 70.59% from 102); Green value is 11 (4.69% from 255 or 10.78% from 102); Blue value is 19 (7.81% from 255 or 18.63% from 102); Max value from RGB is 72 - color contains mainly: red. Hex color #480B13 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480B13 is #B7F4EC. Grayscale: #1E1E1E. Windows color (decimal): -12055789 or 1248072. OLE color: 1248072.

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

Color convert

RGB721119-
CMYK00.850.740.72
HSL352.13º73.49%16.27%-
HSV(B)352.13º84.72%28.24%-
XYZ2.911.660.78-
YUV30.15121.71157.85-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 70.59%
GREEN value IS 11 (4.69% from 255) = 10.78%
BLUE value IS 19 (7.81% from 255) = 18.63%
R=70.59%
G=10.78%
B=18.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.74
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72111900.850.740.72352.1373.4916.27
Hex48B130554A481604910
Octal1101323012511211054011120
Binary10010001011100110101010110010101001000101100000100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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