#48191B

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

Shades of Rustic Red #48191B

Tints of Rustic Red #48191B

Color information

#48191B (or 0x48191B) is unknown color: approx Rustic Red. HEX triplet: 48, 19 and 1B. RGB value is (72,25,27). Sum of RGB (Red+Green+Blue) = 72+25+27=124 (16% of max value = 765). Red value is 72 (28.52% from 255 or 58.06% from 124); Green value is 25 (10.16% from 255 or 20.16% from 124); Blue value is 27 (10.94% from 255 or 21.77% from 124); Max value from RGB is 72 - color contains mainly: red. Hex color #48191B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48191B is #B7E6E4. Grayscale: #272727. Windows color (decimal): -12052197 or 1775944. OLE color: 1775944.

HSL color Cylindrical-coordinate representation of color #48191B: hue angle of 357.45º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48191B is Cyan = 0, Magento = 0.65, Yellow = 0.62 and Black (K on CMYK) = 0.72.

Color convert

RGB722527-
CMYK00.650.620.72
HSL357.45º48.45%19.02%-
HSV(B)357.45º65.28%28.24%-
XYZ3.222.151.28-
YUV39.28121.07151.34-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 58.06%
GREEN value IS 25 (10.16% from 255) = 20.16%
BLUE value IS 27 (10.94% from 255) = 21.77%
R=58.06%
G=20.16%
B=21.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.62
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72252700.650.620.72357.4548.4519.02
Hex48191B0413E481653013
Octal11031330101761105456023
Binary1001000110011101101000001111110100100010110010111000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48191B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,25,27); }

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

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

 a { background-color: rgb(72,25,27); }

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

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

 span { border-color: rgb(72,25,27); }

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