#480F17

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

Shades of Rustic Red #480F17

Tints of Rustic Red #480F17

Color information

#480F17 (or 0x480F17) is unknown color: approx Rustic Red. HEX triplet: 48, 0F and 17. RGB value is (72,15,23). Sum of RGB (Red+Green+Blue) = 72+15+23=110 (14% of max value = 765). Red value is 72 (28.52% from 255 or 65.45% from 110); Green value is 15 (6.25% from 255 or 13.64% from 110); Blue value is 23 (9.38% from 255 or 20.91% from 110); Max value from RGB is 72 - color contains mainly: red. Hex color #480F17 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480F17 is #B7F0E8. Grayscale: #202020. Windows color (decimal): -12054761 or 1511240. OLE color: 1511240.

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

Color convert

RGB721523-
CMYK00.790.680.72
HSL351.58º65.52%17.06%-
HSV(B)351.58º79.17%28.24%-
XYZ31.781-
YUV32.96122.38155.85-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 65.45%
GREEN value IS 15 (6.25% from 255) = 13.64%
BLUE value IS 23 (9.38% from 255) = 20.91%
R=65.45%
G=13.64%
B=20.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.68
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72152300.790.680.72351.5865.5217.06
Hex48F1704F44481604211
Octal1101727011710411054010221
Binary10010001111101110100111110001001001000101100000100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480F17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,15,23); }

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

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

 a { background-color: rgb(72,15,23); }

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

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

 span { border-color: rgb(72,15,23); }

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