#48040A

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

Shades of Rustic Red #48040A

Tints of Rustic Red #48040A

Color information

#48040A (or 0x48040A) is unknown color: approx Rustic Red. HEX triplet: 48, 04 and 0A. RGB value is (72,4,10). Sum of RGB (Red+Green+Blue) = 72+4+10=86 (11% of max value = 765). Red value is 72 (28.52% from 255 or 83.72% from 86); Green value is 4 (1.95% from 255 or 4.65% from 86); Blue value is 10 (4.30% from 255 or 11.63% from 86); Max value from RGB is 72 - color contains mainly: red. Hex color #48040A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #48040A is #B7FBF5. Grayscale: #191919. Windows color (decimal): -12057590 or 656456. OLE color: 656456.

HSL color Cylindrical-coordinate representation of color #48040A: hue angle of 354.71º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #48040A is Cyan = 0, Magento = 0.94, Yellow = 0.86 and Black (K on CMYK) = 0.72.

Color convert

RGB72410-
CMYK00.940.860.72
HSL354.71º89.47%14.9%-
HSV(B)354.71º94.44%28.24%-
XYZ2.771.490.43-
YUV25.02119.53161.51-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 83.72%
GREEN value IS 4 (1.95% from 255) = 4.65%
BLUE value IS 10 (4.30% from 255) = 11.63%
R=83.72%
G=4.65%
B=11.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.86
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7241000.940.860.72354.7189.4714.9
Hex484A05E564816359f
Octal110412013612611054313117
Binary10010001001010010111101010110100100010110001110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48040A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48040A; }

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

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

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

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

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

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

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

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