#381F21

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

Shades of Rustic Red #381F21

Tints of Rustic Red #381F21

Color information

#381F21 (or 0x381F21) is unknown color: approx Rustic Red. HEX triplet: 38, 1F and 21. RGB value is (56,31,33). Sum of RGB (Red+Green+Blue) = 56+31+33=120 (15% of max value = 765). Red value is 56 (22.27% from 255 or 46.67% from 120); Green value is 31 (12.5% from 255 or 25.83% from 120); Blue value is 33 (13.28% from 255 or 27.5% from 120); Max value from RGB is 56 - color contains mainly: red. Hex color #381F21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381F21 is #C7E0DE. Grayscale: #262626. Windows color (decimal): -13099231 or 2170680. OLE color: 2170680.

HSL color Cylindrical-coordinate representation of color #381F21: hue angle of 355.2º degrees, saturation: 0.29, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #381F21 is Cyan = 0, Magento = 0.45, Yellow = 0.41 and Black (K on CMYK) = 0.78.

Color convert

RGB563133-
CMYK00.450.410.78
HSL355.2º28.74%17.06%-
HSV(B)355.2º44.64%21.96%-
XYZ2.41.931.69-
YUV38.7124.78140.34-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 46.67%
GREEN value IS 31 (12.5% from 255) = 25.83%
BLUE value IS 33 (13.28% from 255) = 27.5%
R=46.67%
G=25.83%
B=27.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.41
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56313300.450.410.78355.228.7417.06
Hex381F2102D294E1631d11
Octal703741055511165433521
Binary11100011111100001010110110100110011101011000111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381F21; }

 p { color: rgb(56,31,33); }

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

<style>
 a { background-color: #381F21; }

 a { background-color: rgb(56,31,33); }

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

<style>
 span { border-color: #381F21; }

 span { border-color: rgb(56,31,33); }

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