#381B1E

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

Shades of Rustic Red #381B1E

Tints of Rustic Red #381B1E

Color information

#381B1E (or 0x381B1E) is unknown color: approx Rustic Red. HEX triplet: 38, 1B and 1E. RGB value is (56,27,30). Sum of RGB (Red+Green+Blue) = 56+27+30=113 (14% of max value = 765). Red value is 56 (22.27% from 255 or 49.56% from 113); Green value is 27 (10.94% from 255 or 23.89% from 113); Blue value is 30 (12.11% from 255 or 26.55% from 113); Max value from RGB is 56 - color contains mainly: red. Hex color #381B1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381B1E is #C7E4E1. Grayscale: #242424. Windows color (decimal): -13100258 or 1973048. OLE color: 1973048.

HSL color Cylindrical-coordinate representation of color #381B1E: hue angle of 353.79º degrees, saturation: 0.35, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #381B1E is Cyan = 0, Magento = 0.52, Yellow = 0.46 and Black (K on CMYK) = 0.78.

Color convert

RGB562730-
CMYK00.520.460.78
HSL353.79º34.94%16.27%-
HSV(B)353.79º51.79%21.96%-
XYZ2.261.721.44-
YUV36.01124.61142.26-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 49.56%
GREEN value IS 27 (10.94% from 255) = 23.89%
BLUE value IS 30 (12.11% from 255) = 26.55%
R=49.56%
G=23.89%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.46
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56273000.520.460.78353.7934.9416.27
Hex381B1E0342E4E1622310
Octal703336064561165424320
Binary11100011011111100110100101110100111010110001010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,27,30); }

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

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

 a { background-color: rgb(56,27,30); }

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

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

 span { border-color: rgb(56,27,30); }

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