#48010E

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

Shades of Rustic Red #48010E

Tints of Rustic Red #48010E

Color information

#48010E (or 0x48010E) is unknown color: approx Rustic Red. HEX triplet: 48, 01 and 0E. RGB value is (72,1,14). Sum of RGB (Red+Green+Blue) = 72+1+14=87 (11% of max value = 765). Red value is 72 (28.52% from 255 or 82.76% from 87); Green value is 1 (0.78% from 255 or 1.15% from 87); Blue value is 14 (5.86% from 255 or 16.09% from 87); Max value from RGB is 72 - color contains mainly: red. Hex color #48010E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #48010E is #B7FEF1. Grayscale: #171717. Windows color (decimal): -12058354 or 917832. OLE color: 917832.

HSL color Cylindrical-coordinate representation of color #48010E: hue angle of 349.01º 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 #48010E is Cyan = 0, Magento = 0.99, Yellow = 0.81 and Black (K on CMYK) = 0.72.

Color convert

RGB72114-
CMYK00.990.810.72
HSL349.01º97.26%14.31%-
HSV(B)349.01º98.61%28.24%-
XYZ2.761.430.55-
YUV23.71122.52162.44-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 82.76%
GREEN value IS 1 (0.78% from 255) = 1.15%
BLUE value IS 14 (5.86% from 255) = 16.09%
R=82.76%
G=1.15%
B=16.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.81
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7211400.990.810.72349.0197.2614.31
Hex481E063514815d61e
Octal110116014312111053514116
Binary100100011110011000111010001100100010101110111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48010E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48010E; }

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

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

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

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

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

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

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

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