#481011

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

Shades of Rustic Red #481011

Tints of Rustic Red #481011

Color information

#481011 (or 0x481011) is unknown color: approx Rustic Red. HEX triplet: 48, 10 and 11. RGB value is (72,16,17). Sum of RGB (Red+Green+Blue) = 72+16+17=105 (13% of max value = 765). Red value is 72 (28.52% from 255 or 68.57% from 105); Green value is 16 (6.64% from 255 or 15.24% from 105); Blue value is 17 (7.03% from 255 or 16.19% from 105); Max value from RGB is 72 - color contains mainly: red. Hex color #481011 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481011 is #B7EFEE. Grayscale: #202020. Windows color (decimal): -12054511 or 1118280. OLE color: 1118280.

HSL color Cylindrical-coordinate representation of color #481011: hue angle of 358.93º 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 #481011 is Cyan = 0, Magento = 0.78, Yellow = 0.76 and Black (K on CMYK) = 0.72.

Color convert

RGB721617-
CMYK00.780.760.72
HSL358.93º63.64%17.25%-
HSV(B)358.93º77.78%28.24%-
XYZ2.961.790.72-
YUV32.86119.05155.92-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 68.57%
GREEN value IS 16 (6.64% from 255) = 15.24%
BLUE value IS 17 (7.03% from 255) = 16.19%
R=68.57%
G=15.24%
B=16.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.76
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72161700.780.760.72358.9363.6417.25
Hex48101104E4C481674011
Octal1102021011611411054710021
Binary100100010000100010100111010011001001000101100111100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481011; }

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

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

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

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

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

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

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

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