#380E1B

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

Shades of Rustic Red #380E1B

Tints of Rustic Red #380E1B

Color information

#380E1B (or 0x380E1B) is unknown color: approx Rustic Red. HEX triplet: 38, 0E and 1B. RGB value is (56,14,27). Sum of RGB (Red+Green+Blue) = 56+14+27=97 (12% of max value = 765). Red value is 56 (22.27% from 255 or 57.73% from 97); Green value is 14 (5.86% from 255 or 14.43% from 97); Blue value is 27 (10.94% from 255 or 27.84% from 97); Max value from RGB is 56 - color contains mainly: red. Hex color #380E1B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380E1B is #C7F1E4. Grayscale: #1C1C1C. Windows color (decimal): -13103589 or 1773112. OLE color: 1773112.

HSL color Cylindrical-coordinate representation of color #380E1B: hue angle of 341.43º degrees, saturation: 0.6, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #380E1B is Cyan = 0, Magento = 0.75, Yellow = 0.52 and Black (K on CMYK) = 0.78.

Color convert

RGB561427-
CMYK00.750.520.78
HSL341.43º60%13.73%-
HSV(B)341.43º75%21.96%-
XYZ1.991.231.17-
YUV28.04127.41147.94-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 57.73%
GREEN value IS 14 (5.86% from 255) = 14.43%
BLUE value IS 27 (10.94% from 255) = 27.84%
R=57.73%
G=14.43%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.52
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56142700.750.520.78341.436013.73
Hex38E1B04B344E1553ce
Octal7016330113641165257416
Binary1110001110110110100101111010010011101010101011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380E1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380E1B; }

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

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

<style>
 a { background-color: #380E1B; }

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

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

<style>
 span { border-color: #380E1B; }

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

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