#380D1A

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

Shades of Rustic Red #380D1A

Tints of Rustic Red #380D1A

Color information

#380D1A (or 0x380D1A) is unknown color: approx Rustic Red. HEX triplet: 38, 0D and 1A. RGB value is (56,13,26). Sum of RGB (Red+Green+Blue) = 56+13+26=95 (12% of max value = 765). Red value is 56 (22.27% from 255 or 58.95% from 95); Green value is 13 (5.47% from 255 or 13.68% from 95); Blue value is 26 (10.55% from 255 or 27.37% from 95); Max value from RGB is 56 - color contains mainly: red. Hex color #380D1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380D1A is #C7F2E5. Grayscale: #1B1B1B. Windows color (decimal): -13103846 or 1707320. OLE color: 1707320.

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

Color convert

RGB561326-
CMYK00.770.540.78
HSL341.86º62.32%13.53%-
HSV(B)341.86º76.79%21.96%-
XYZ1.961.21.11-
YUV27.34127.25148.44-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 58.95%
GREEN value IS 13 (5.47% from 255) = 13.68%
BLUE value IS 26 (10.55% from 255) = 27.37%
R=58.95%
G=13.68%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.54
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56132600.770.540.78341.8662.3213.53
Hex38D1A04D364E1563ee
Octal7015320115661165267616
Binary1110001101110100100110111011010011101010101101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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