#48030F

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

Shades of Rustic Red #48030F

Tints of Rustic Red #48030F

Color information

#48030F (or 0x48030F) is unknown color: approx Rustic Red. HEX triplet: 48, 03 and 0F. RGB value is (72,3,15). Sum of RGB (Red+Green+Blue) = 72+3+15=90 (11% of max value = 765). Red value is 72 (28.52% from 255 or 80% from 90); Green value is 3 (1.56% from 255 or 3.33% from 90); Blue value is 15 (6.25% from 255 or 16.67% from 90); Max value from RGB is 72 - color contains mainly: red. Hex color #48030F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #48030F is #B7FCF0. Grayscale: #191919. Windows color (decimal): -12057841 or 983880. OLE color: 983880.

HSL color Cylindrical-coordinate representation of color #48030F: hue angle of 349.57º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #48030F is Cyan = 0, Magento = 0.96, Yellow = 0.79 and Black (K on CMYK) = 0.72.

Color convert

RGB72315-
CMYK00.960.790.72
HSL349.57º92%14.71%-
HSV(B)349.57º95.83%28.24%-
XYZ2.791.480.59-
YUV25122.36161.52-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 80%
GREEN value IS 3 (1.56% from 255) = 3.33%
BLUE value IS 15 (6.25% from 255) = 16.67%
R=80%
G=3.33%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.79
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7231500.960.790.72349.579214.71
Hex483F0604F4815e5cf
Octal110317014011711053613417
Binary1001000111111011000001001111100100010101111010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48030F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48030F; }

 p { color: rgb(72,3,15); }

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

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

 a { background-color: rgb(72,3,15); }

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

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

 span { border-color: rgb(72,3,15); }

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