#481017

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

Shades of Rustic Red #481017

Tints of Rustic Red #481017

Color information

#481017 (or 0x481017) is unknown color: approx Rustic Red. HEX triplet: 48, 10 and 17. RGB value is (72,16,23). Sum of RGB (Red+Green+Blue) = 72+16+23=111 (14% of max value = 765). Red value is 72 (28.52% from 255 or 64.86% from 111); Green value is 16 (6.64% from 255 or 14.41% from 111); Blue value is 23 (9.38% from 255 or 20.72% from 111); Max value from RGB is 72 - color contains mainly: red. Hex color #481017 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481017 is #B7EFE8. Grayscale: #212121. Windows color (decimal): -12054505 or 1511496. OLE color: 1511496.

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

Color convert

RGB721623-
CMYK00.780.680.72
HSL352.5º63.64%17.25%-
HSV(B)352.5º77.78%28.24%-
XYZ3.011.811-
YUV33.54122.05155.43-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 64.86%
GREEN value IS 16 (6.64% from 255) = 14.41%
BLUE value IS 23 (9.38% from 255) = 20.72%
R=64.86%
G=14.41%
B=20.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.68
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72162300.780.680.72352.563.6417.25
Hex48101704E44481604011
Octal1102027011610411054010021
Binary100100010000101110100111010001001001000101100000100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481017; }

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

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

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

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

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

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

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

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