#480A0E

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

Shades of Rustic Red #480A0E

Tints of Rustic Red #480A0E

Color information

#480A0E (or 0x480A0E) is unknown color: approx Rustic Red. HEX triplet: 48, 0A and 0E. RGB value is (72,10,14). Sum of RGB (Red+Green+Blue) = 72+10+14=96 (12% of max value = 765). Red value is 72 (28.52% from 255 or 75% from 96); Green value is 10 (4.30% from 255 or 10.42% from 96); Blue value is 14 (5.86% from 255 or 14.58% from 96); Max value from RGB is 72 - color contains mainly: red. Hex color #480A0E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480A0E is #B7F5F1. Grayscale: #1D1D1D. Windows color (decimal): -12056050 or 920136. OLE color: 920136.

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

Color convert

RGB721014-
CMYK00.860.810.72
HSL356.13º75.61%16.08%-
HSV(B)356.13º86.11%28.24%-
XYZ2.861.630.58-
YUV28.99119.54158.67-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 75%
GREEN value IS 10 (4.30% from 255) = 10.42%
BLUE value IS 14 (5.86% from 255) = 14.58%
R=75%
G=10.42%
B=14.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.81
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72101400.860.810.72356.1375.6116.08
Hex48AE05651481644c10
Octal1101216012612111054411420
Binary1001000101011100101011010100011001000101100100100110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,10,14); }

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

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

 a { background-color: rgb(72,10,14); }

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

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

 span { border-color: rgb(72,10,14); }

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