#481B1C

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

Shades of Rustic Red #481B1C

Tints of Rustic Red #481B1C

Color information

#481B1C (or 0x481B1C) is unknown color: approx Rustic Red. HEX triplet: 48, 1B and 1C. RGB value is (72,27,28). Sum of RGB (Red+Green+Blue) = 72+27+28=127 (16% of max value = 765). Red value is 72 (28.52% from 255 or 56.69% from 127); Green value is 27 (10.94% from 255 or 21.26% from 127); Blue value is 28 (11.33% from 255 or 22.05% from 127); Max value from RGB is 72 - color contains mainly: red. Hex color #481B1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481B1C is #B7E4E3. Grayscale: #282828. Windows color (decimal): -12051684 or 1841992. OLE color: 1841992.

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

Color convert

RGB722728-
CMYK00.620.610.72
HSL358.67º45.45%19.41%-
HSV(B)358.67º62.5%28.24%-
XYZ3.272.251.36-
YUV40.57120.91150.42-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 56.69%
GREEN value IS 27 (10.94% from 255) = 21.26%
BLUE value IS 28 (11.33% from 255) = 22.05%
R=56.69%
G=21.26%
B=22.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.61
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72272800.620.610.72358.6745.4519.41
Hex481B1C03E3D481672d13
Octal1103334076751105475523
Binary100100011011111000111110111101100100010110011110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481B1C; }

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

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

<style>
 a { background-color: #481B1C; }

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

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

<style>
 span { border-color: #481B1C; }

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

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