#480911

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

Shades of Rustic Red #480911

Tints of Rustic Red #480911

Color information

#480911 (or 0x480911) is unknown color: approx Rustic Red. HEX triplet: 48, 09 and 11. RGB value is (72,9,17). Sum of RGB (Red+Green+Blue) = 72+9+17=98 (12% of max value = 765). Red value is 72 (28.52% from 255 or 73.47% from 98); Green value is 9 (3.91% from 255 or 9.18% from 98); Blue value is 17 (7.03% from 255 or 17.35% from 98); Max value from RGB is 72 - color contains mainly: red. Hex color #480911 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480911 is #B7F6EE. Grayscale: #1C1C1C. Windows color (decimal): -12056303 or 1116488. OLE color: 1116488.

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

Color convert

RGB72917-
CMYK00.880.760.72
HSL352.38º77.78%15.88%-
HSV(B)352.38º87.5%28.24%-
XYZ2.871.610.69-
YUV28.75121.37158.85-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 73.47%
GREEN value IS 9 (3.91% from 255) = 9.18%
BLUE value IS 17 (7.03% from 255) = 17.35%
R=73.47%
G=9.18%
B=17.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.76
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7291700.880.760.72352.3877.7815.88
Hex489110584C481604e10
Octal1101121013011411054011620
Binary10010001001100010101100010011001001000101100000100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480911; }

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

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

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

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

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

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

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

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