#481417

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

Shades of Rustic Red #481417

Tints of Rustic Red #481417

Color information

#481417 (or 0x481417) is unknown color: approx Rustic Red. HEX triplet: 48, 14 and 17. RGB value is (72,20,23). Sum of RGB (Red+Green+Blue) = 72+20+23=115 (15% of max value = 765). Red value is 72 (28.52% from 255 or 62.61% from 115); Green value is 20 (8.20% from 255 or 17.39% from 115); Blue value is 23 (9.38% from 255 or 20% from 115); Max value from RGB is 72 - color contains mainly: red. Hex color #481417 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481417 is #B7EBE8. Grayscale: #232323. Windows color (decimal): -12053481 or 1512520. OLE color: 1512520.

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

Color convert

RGB722023-
CMYK00.720.680.72
HSL356.54º56.52%18.04%-
HSV(B)356.54º72.22%28.24%-
XYZ3.081.941.02-
YUV35.89120.73153.76-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 62.61%
GREEN value IS 20 (8.20% from 255) = 17.39%
BLUE value IS 23 (9.38% from 255) = 20%
R=62.61%
G=17.39%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.68
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72202300.720.680.72356.5456.5218.04
Hex48141704844481653912
Octal110242701101041105457122
Binary10010001010010111010010001000100100100010110010111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481417; }

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

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

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

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

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

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

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

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