#381A1C

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

Shades of Rustic Red #381A1C

Tints of Rustic Red #381A1C

Color information

#381A1C (or 0x381A1C) is unknown color: approx Rustic Red. HEX triplet: 38, 1A and 1C. RGB value is (56,26,28). Sum of RGB (Red+Green+Blue) = 56+26+28=110 (14% of max value = 765). Red value is 56 (22.27% from 255 or 50.91% from 110); Green value is 26 (10.55% from 255 or 23.64% from 110); Blue value is 28 (11.33% from 255 or 25.45% from 110); Max value from RGB is 56 - color contains mainly: red. Hex color #381A1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381A1C is #C7E5E3. Grayscale: #232323. Windows color (decimal): -13100516 or 1841720. OLE color: 1841720.

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

Color convert

RGB562628-
CMYK00.540.500.78
HSL356º36.59%16.08%-
HSV(B)356º53.57%21.96%-
XYZ2.211.661.3-
YUV35.2123.94142.84-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 50.91%
GREEN value IS 26 (10.55% from 255) = 23.64%
BLUE value IS 28 (11.33% from 255) = 25.45%
R=50.91%
G=23.64%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.50
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56262800.540.500.7835636.5916.08
Hex381A1C036324E1642510
Octal703234066621165444520
Binary11100011010111000110110110010100111010110010010010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,26,28); }

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

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

 a { background-color: rgb(56,26,28); }

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

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

 span { border-color: rgb(56,26,28); }

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