#480B0C

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

Shades of Rustic Red #480B0C

Tints of Rustic Red #480B0C

Color information

#480B0C (or 0x480B0C) is unknown color: approx Rustic Red. HEX triplet: 48, 0B and 0C. RGB value is (72,11,12). Sum of RGB (Red+Green+Blue) = 72+11+12=95 (12% of max value = 765). Red value is 72 (28.52% from 255 or 75.79% from 95); Green value is 11 (4.69% from 255 or 11.58% from 95); Blue value is 12 (5.08% from 255 or 12.63% from 95); Max value from RGB is 72 - color contains mainly: red. Hex color #480B0C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480B0C is #B7F4F3. Grayscale: #1D1D1D. Windows color (decimal): -12055796 or 789320. OLE color: 789320.

HSL color Cylindrical-coordinate representation of color #480B0C: hue angle of 359.02º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #480B0C is Cyan = 0, Magento = 0.85, Yellow = 0.83 and Black (K on CMYK) = 0.72.

Color convert

RGB721112-
CMYK00.850.830.72
HSL359.02º73.49%16.27%-
HSV(B)359.02º84.72%28.24%-
XYZ2.861.640.51-
YUV29.35118.21158.42-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 75.79%
GREEN value IS 11 (4.69% from 255) = 11.58%
BLUE value IS 12 (5.08% from 255) = 12.63%
R=75.79%
G=11.58%
B=12.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.83
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72111200.850.830.72359.0273.4916.27
Hex48BC05553481674910
Octal1101314012512311054711120
Binary1001000101111000101010110100111001000101100111100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480B0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480B0C; }

 p { color: rgb(72,11,12); }

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

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

 a { background-color: rgb(72,11,12); }

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

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

 span { border-color: rgb(72,11,12); }

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