#381D20

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

Shades of Rustic Red #381D20

Tints of Rustic Red #381D20

Color information

#381D20 (or 0x381D20) is unknown color: approx Rustic Red. HEX triplet: 38, 1D and 20. RGB value is (56,29,32). Sum of RGB (Red+Green+Blue) = 56+29+32=117 (15% of max value = 765). Red value is 56 (22.27% from 255 or 47.86% from 117); Green value is 29 (11.72% from 255 or 24.79% from 117); Blue value is 32 (12.89% from 255 or 27.35% from 117); Max value from RGB is 56 - color contains mainly: red. Hex color #381D20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381D20 is #C7E2DF. Grayscale: #252525. Windows color (decimal): -13099744 or 2104632. OLE color: 2104632.

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

Color convert

RGB562932-
CMYK00.480.430.78
HSL353.33º31.76%16.67%-
HSV(B)353.33º48.21%21.96%-
XYZ2.331.821.6-
YUV37.42124.95141.26-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 47.86%
GREEN value IS 29 (11.72% from 255) = 24.79%
BLUE value IS 32 (12.89% from 255) = 27.35%
R=47.86%
G=24.79%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.43
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56293200.480.430.78353.3331.7616.67
Hex381D200302B4E1612011
Octal703540060531165414021
Binary111000111011000000110000101011100111010110000110000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,29,32); }

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

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

 a { background-color: rgb(56,29,32); }

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

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

 span { border-color: rgb(56,29,32); }

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