#481217

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

Shades of Rustic Red #481217

Tints of Rustic Red #481217

Color information

#481217 (or 0x481217) is unknown color: approx Rustic Red. HEX triplet: 48, 12 and 17. RGB value is (72,18,23). Sum of RGB (Red+Green+Blue) = 72+18+23=113 (14% of max value = 765). Red value is 72 (28.52% from 255 or 63.72% from 113); Green value is 18 (7.42% from 255 or 15.93% from 113); Blue value is 23 (9.38% from 255 or 20.35% from 113); Max value from RGB is 72 - color contains mainly: red. Hex color #481217 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481217 is #B7EDE8. Grayscale: #222222. Windows color (decimal): -12053993 or 1512008. OLE color: 1512008.

HSL color Cylindrical-coordinate representation of color #481217: hue angle of 354.44º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #481217 is Cyan = 0, Magento = 0.75, Yellow = 0.68 and Black (K on CMYK) = 0.72.

Color convert

RGB721823-
CMYK00.750.680.72
HSL354.44º60%17.65%-
HSV(B)354.44º75%28.24%-
XYZ3.041.871.01-
YUV34.72121.39154.59-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 63.72%
GREEN value IS 18 (7.42% from 255) = 15.93%
BLUE value IS 23 (9.38% from 255) = 20.35%
R=63.72%
G=15.93%
B=20.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.68
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72182300.750.680.72354.446017.65
Hex48121704B44481623c12
Octal110222701131041105427422
Binary10010001001010111010010111000100100100010110001011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481217; }

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

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

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

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

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

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

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

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