#480107

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

Shades of Rustic Red #480107

Tints of Rustic Red #480107

Color information

#480107 (or 0x480107) is unknown color: approx Rustic Red. HEX triplet: 48, 01 and 07. RGB value is (72,1,7). Sum of RGB (Red+Green+Blue) = 72+1+7=80 (10% of max value = 765). Red value is 72 (28.52% from 255 or 90% from 80); Green value is 1 (0.78% from 255 or 1.25% from 80); Blue value is 7 (3.12% from 255 or 8.75% from 80); Max value from RGB is 72 - color contains mainly: red. Hex color #480107 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480107 is #B7FEF8. Grayscale: #161616. Windows color (decimal): -12058361 or 459080. OLE color: 459080.

HSL color Cylindrical-coordinate representation of color #480107: hue angle of 354.93º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #480107 is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.72.

Color convert

RGB7217-
CMYK00.990.900.72
HSL354.93º97.26%14.31%-
HSV(B)354.93º98.61%28.24%-
XYZ2.721.410.33-
YUV22.91119.02163.01-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 90%
GREEN value IS 1 (0.78% from 255) = 1.25%
BLUE value IS 7 (3.12% from 255) = 8.75%
R=90%
G=1.25%
B=8.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.90
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal721700.990.900.72354.9397.2614.31
Hex48170635A4816361e
Octal11017014313211054314116
Binary10010001111011000111011010100100010110001111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480107

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480107; }

 p { color: rgb(72,1,7); }

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

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

 a { background-color: rgb(72,1,7); }

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

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

 span { border-color: rgb(72,1,7); }

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