#480D12

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

Shades of Rustic Red #480D12

Tints of Rustic Red #480D12

Color information

#480D12 (or 0x480D12) is unknown color: approx Rustic Red. HEX triplet: 48, 0D and 12. RGB value is (72,13,18). Sum of RGB (Red+Green+Blue) = 72+13+18=103 (13% of max value = 765). Red value is 72 (28.52% from 255 or 69.90% from 103); Green value is 13 (5.47% from 255 or 12.62% from 103); Blue value is 18 (7.42% from 255 or 17.48% from 103); Max value from RGB is 72 - color contains mainly: red. Hex color #480D12 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480D12 is #B7F2ED. Grayscale: #1F1F1F. Windows color (decimal): -12055278 or 1183048. OLE color: 1183048.

HSL color Cylindrical-coordinate representation of color #480D12: hue angle of 354.92º degrees, saturation: 0.69, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #480D12 is Cyan = 0, Magento = 0.82, Yellow = 0.75 and Black (K on CMYK) = 0.72.

Color convert

RGB721318-
CMYK00.820.750.72
HSL354.92º69.41%16.67%-
HSV(B)354.92º81.94%28.24%-
XYZ2.931.710.75-
YUV31.21120.55157.09-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 69.90%
GREEN value IS 13 (5.47% from 255) = 12.62%
BLUE value IS 18 (7.42% from 255) = 17.48%
R=69.90%
G=12.62%
B=17.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.75
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72131800.820.750.72354.9269.4116.67
Hex48D120524B481634511
Octal1101522012211311054310521
Binary10010001101100100101001010010111001000101100011100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480D12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,13,18); }

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

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

 a { background-color: rgb(72,13,18); }

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

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

 span { border-color: rgb(72,13,18); }

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