#381A1B

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

Shades of Rustic Red #381A1B

Tints of Rustic Red #381A1B

Color information

#381A1B (or 0x381A1B) is unknown color: approx Rustic Red. HEX triplet: 38, 1A and 1B. RGB value is (56,26,27). Sum of RGB (Red+Green+Blue) = 56+26+27=109 (14% of max value = 765). Red value is 56 (22.27% from 255 or 51.38% from 109); Green value is 26 (10.55% from 255 or 23.85% from 109); Blue value is 27 (10.94% from 255 or 24.77% from 109); Max value from RGB is 56 - color contains mainly: red. Hex color #381A1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381A1B is #C7E5E4. Grayscale: #232323. Windows color (decimal): -13100517 or 1776184. OLE color: 1776184.

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

Color convert

RGB562627-
CMYK00.540.520.78
HSL358º36.59%16.08%-
HSV(B)358º53.57%21.96%-
XYZ2.21.661.24-
YUV35.08123.44142.92-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 51.38%
GREEN value IS 26 (10.55% from 255) = 23.85%
BLUE value IS 27 (10.94% from 255) = 24.77%
R=51.38%
G=23.85%
B=24.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.52
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56262700.540.520.7835836.5916.08
Hex381A1B036344E1662510
Octal703233066641165464520
Binary11100011010110110110110110100100111010110011010010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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