#48171A

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

Shades of Rustic Red #48171A

Tints of Rustic Red #48171A

Color information

#48171A (or 0x48171A) is unknown color: approx Rustic Red. HEX triplet: 48, 17 and 1A. RGB value is (72,23,26). Sum of RGB (Red+Green+Blue) = 72+23+26=121 (16% of max value = 765). Red value is 72 (28.52% from 255 or 59.50% from 121); Green value is 23 (9.38% from 255 or 19.01% from 121); Blue value is 26 (10.55% from 255 or 21.49% from 121); Max value from RGB is 72 - color contains mainly: red. Hex color #48171A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48171A is #B7E8E5. Grayscale: #262626. Windows color (decimal): -12052710 or 1709896. OLE color: 1709896.

HSL color Cylindrical-coordinate representation of color #48171A: hue angle of 356.33º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #48171A is Cyan = 0, Magento = 0.68, Yellow = 0.64 and Black (K on CMYK) = 0.72.

Color convert

RGB722326-
CMYK00.680.640.72
HSL356.33º51.58%18.63%-
HSV(B)356.33º68.06%28.24%-
XYZ3.172.071.21-
YUV37.99121.23152.26-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 59.50%
GREEN value IS 23 (9.38% from 255) = 19.01%
BLUE value IS 26 (10.55% from 255) = 21.49%
R=59.50%
G=19.01%
B=21.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.64
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72232600.680.640.72356.3351.5818.63
Hex48171A04440481643413
Octal110273201041001105446423
Binary10010001011111010010001001000000100100010110010011010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48171A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48171A; }

 p { color: rgb(72,23,26); }

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

<style>
 a { background-color: #48171A; }

 a { background-color: rgb(72,23,26); }

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

<style>
 span { border-color: #48171A; }

 span { border-color: rgb(72,23,26); }

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