#48000B

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

Shades of Rustic Red #48000B

Tints of Rustic Red #48000B

Color information

#48000B (or 0x48000B) is unknown color: approx Rustic Red. HEX triplet: 48, 00 and 0B. RGB value is (72,0,11). Sum of RGB (Red+Green+Blue) = 72+0+11=83 (10% of max value = 765). Red value is 72 (28.52% from 255 or 86.75% from 83); Green value is 0 (0.39% from 255 or 0% from 83); Blue value is 11 (4.69% from 255 or 13.25% from 83); Max value from RGB is 72 - color contains mainly: red. Hex color #48000B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #48000B is #B7FFF4. Grayscale: #161616. Windows color (decimal): -12058613 or 720968. OLE color: 720968.

HSL color Cylindrical-coordinate representation of color #48000B: hue angle of 350.83º 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 #48000B is Cyan = 0, Magento = 1, Yellow = 0.85 and Black (K on CMYK) = 0.72.

Color convert

RGB72011-
CMYK010.850.72
HSL350.83º100%14.12%-
HSV(B)350.83º100%28.24%-
XYZ2.731.40.44-
YUV22.78121.35163.11-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 86.75%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 11 (4.69% from 255) = 13.25%
R=86.75%
G=0%
B=13.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.85
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72011010.850.72350.8310014.12
Hex480B064554815f64e
Octal110013014412511053714416
Binary100100001011011001001010101100100010101111111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48000B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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