#48010F

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

Shades of Rustic Red #48010F

Tints of Rustic Red #48010F

Color information

#48010F (or 0x48010F) is unknown color: approx Rustic Red. HEX triplet: 48, 01 and 0F. RGB value is (72,1,15). Sum of RGB (Red+Green+Blue) = 72+1+15=88 (11% of max value = 765). Red value is 72 (28.52% from 255 or 81.82% from 88); Green value is 1 (0.78% from 255 or 1.14% from 88); Blue value is 15 (6.25% from 255 or 17.05% from 88); Max value from RGB is 72 - color contains mainly: red. Hex color #48010F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #48010F is #B7FEF0. Grayscale: #171717. Windows color (decimal): -12058353 or 983368. OLE color: 983368.

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

Color convert

RGB72115-
CMYK00.990.790.72
HSL348.17º97.26%14.31%-
HSV(B)348.17º98.61%28.24%-
XYZ2.771.430.58-
YUV23.82123.02162.36-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 81.82%
GREEN value IS 1 (0.78% from 255) = 1.14%
BLUE value IS 15 (6.25% from 255) = 17.05%
R=81.82%
G=1.14%
B=17.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.79
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7211500.990.790.72348.1797.2614.31
Hex481F0634F4815c61e
Octal110117014311711053414116
Binary100100011111011000111001111100100010101110011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48010F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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