#381B1D

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

Shades of Rustic Red #381B1D

Tints of Rustic Red #381B1D

Color information

#381B1D (or 0x381B1D) is unknown color: approx Rustic Red. HEX triplet: 38, 1B and 1D. RGB value is (56,27,29). Sum of RGB (Red+Green+Blue) = 56+27+29=112 (14% of max value = 765). Red value is 56 (22.27% from 255 or 50% from 112); Green value is 27 (10.94% from 255 or 24.11% from 112); Blue value is 29 (11.72% from 255 or 25.89% from 112); Max value from RGB is 56 - color contains mainly: red. Hex color #381B1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381B1D is #C7E4E2. Grayscale: #232323. Windows color (decimal): -13100259 or 1907512. OLE color: 1907512.

HSL color Cylindrical-coordinate representation of color #381B1D: hue angle of 355.86º 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 #381B1D is Cyan = 0, Magento = 0.52, Yellow = 0.48 and Black (K on CMYK) = 0.78.

Color convert

RGB562729-
CMYK00.520.480.78
HSL355.86º34.94%16.27%-
HSV(B)355.86º51.79%21.96%-
XYZ2.241.711.37-
YUV35.9124.11142.34-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 50%
GREEN value IS 27 (10.94% from 255) = 24.11%
BLUE value IS 29 (11.72% from 255) = 25.89%
R=50%
G=24.11%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.48
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56272900.520.480.78355.8634.9416.27
Hex381B1D034304E1642310
Octal703335064601165444320
Binary11100011011111010110100110000100111010110010010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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