#380D16

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

Shades of Rustic Red #380D16

Tints of Rustic Red #380D16

Color information

#380D16 (or 0x380D16) is unknown color: approx Rustic Red. HEX triplet: 38, 0D and 16. RGB value is (56,13,22). Sum of RGB (Red+Green+Blue) = 56+13+22=91 (12% of max value = 765). Red value is 56 (22.27% from 255 or 61.54% from 91); Green value is 13 (5.47% from 255 or 14.29% from 91); Blue value is 22 (8.98% from 255 or 24.18% from 91); Max value from RGB is 56 - color contains mainly: red. Hex color #380D16 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380D16 is #C7F2E9. Grayscale: #1A1A1A. Windows color (decimal): -13103850 or 1445176. OLE color: 1445176.

HSL color Cylindrical-coordinate representation of color #380D16: hue angle of 347.44º 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 #380D16 is Cyan = 0, Magento = 0.77, Yellow = 0.61 and Black (K on CMYK) = 0.78.

Color convert

RGB561322-
CMYK00.770.610.78
HSL347.44º62.32%13.53%-
HSV(B)347.44º76.79%21.96%-
XYZ1.921.190.89-
YUV26.88125.25148.77-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 61.54%
GREEN value IS 13 (5.47% from 255) = 14.29%
BLUE value IS 22 (8.98% from 255) = 24.18%
R=61.54%
G=14.29%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.61
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56132200.770.610.78347.4462.3213.53
Hex38D1604D3D4E15b3ee
Octal7015260115751165337616
Binary1110001101101100100110111110110011101010110111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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