#48000F

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

Shades of Rustic Red #48000F

Tints of Rustic Red #48000F

Color information

#48000F (or 0x48000F) is unknown color: approx Rustic Red. HEX triplet: 48, 00 and 0F. RGB value is (72,0,15). Sum of RGB (Red+Green+Blue) = 72+0+15=87 (11% of max value = 765). Red value is 72 (28.52% from 255 or 82.76% from 87); Green value is 0 (0.39% from 255 or 0% from 87); Blue value is 15 (6.25% from 255 or 17.24% from 87); Max value from RGB is 72 - color contains mainly: red. Hex color #48000F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #48000F is #B7FFF0. Grayscale: #171717. Windows color (decimal): -12058609 or 983112. OLE color: 983112.

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

Color convert

RGB72015-
CMYK010.790.72
HSL347.5º100%14.12%-
HSV(B)347.5º100%28.24%-
XYZ2.761.410.58-
YUV23.24123.35162.78-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 82.76%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 15 (6.25% from 255) = 17.24%
R=82.76%
G=0%
B=17.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.79
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72015010.790.72347.510014.12
Hex480F0644F4815c64e
Octal110017014411711053414416
Binary100100001111011001001001111100100010101110011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48000F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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