#380D18

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

Shades of Rustic Red #380D18

Tints of Rustic Red #380D18

Color information

#380D18 (or 0x380D18) is unknown color: approx Rustic Red. HEX triplet: 38, 0D and 18. RGB value is (56,13,24). Sum of RGB (Red+Green+Blue) = 56+13+24=93 (12% of max value = 765). Red value is 56 (22.27% from 255 or 60.22% from 93); Green value is 13 (5.47% from 255 or 13.98% from 93); Blue value is 24 (9.77% from 255 or 25.81% from 93); Max value from RGB is 56 - color contains mainly: red. Hex color #380D18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380D18 is #C7F2E7. Grayscale: #1B1B1B. Windows color (decimal): -13103848 or 1576248. OLE color: 1576248.

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

Color convert

RGB561324-
CMYK00.770.570.78
HSL344.65º62.32%13.53%-
HSV(B)344.65º76.79%21.96%-
XYZ1.941.190.99-
YUV27.11126.25148.61-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 60.22%
GREEN value IS 13 (5.47% from 255) = 13.98%
BLUE value IS 24 (9.77% from 255) = 25.81%
R=60.22%
G=13.98%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.57
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56132400.770.570.78344.6562.3213.53
Hex38D1804D394E1593ee
Octal7015300115711165317616
Binary1110001101110000100110111100110011101010110011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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