#381B1F

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

Shades of Rustic Red #381B1F

Tints of Rustic Red #381B1F

Color information

#381B1F (or 0x381B1F) is unknown color: approx Rustic Red. HEX triplet: 38, 1B and 1F. RGB value is (56,27,31). Sum of RGB (Red+Green+Blue) = 56+27+31=114 (15% of max value = 765). Red value is 56 (22.27% from 255 or 49.12% from 114); Green value is 27 (10.94% from 255 or 23.68% from 114); Blue value is 31 (12.5% from 255 or 27.19% from 114); Max value from RGB is 56 - color contains mainly: red. Hex color #381B1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381B1F is #C7E4E0. Grayscale: #242424. Windows color (decimal): -13100257 or 2038584. OLE color: 2038584.

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

Color convert

RGB562731-
CMYK00.520.450.78
HSL351.72º34.94%16.27%-
HSV(B)351.72º51.79%21.96%-
XYZ2.271.721.51-
YUV36.13125.11142.17-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 49.12%
GREEN value IS 27 (10.94% from 255) = 23.68%
BLUE value IS 31 (12.5% from 255) = 27.19%
R=49.12%
G=23.68%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.45
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56273100.520.450.78351.7234.9416.27
Hex381B1F0342D4E1602310
Octal703337064551165404320
Binary11100011011111110110100101101100111010110000010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381B1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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