#380D13

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

Shades of Rustic Red #380D13

Tints of Rustic Red #380D13

Color information

#380D13 (or 0x380D13) is unknown color: approx Rustic Red. HEX triplet: 38, 0D and 13. RGB value is (56,13,19). Sum of RGB (Red+Green+Blue) = 56+13+19=88 (11% of max value = 765). Red value is 56 (22.27% from 255 or 63.64% from 88); Green value is 13 (5.47% from 255 or 14.77% from 88); Blue value is 19 (7.81% from 255 or 21.59% from 88); Max value from RGB is 56 - color contains mainly: red. Hex color #380D13 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380D13 is #C7F2EC. Grayscale: #1A1A1A. Windows color (decimal): -13103853 or 1248568. OLE color: 1248568.

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

Color convert

RGB561319-
CMYK00.770.660.78
HSL351.63º62.32%13.53%-
HSV(B)351.63º76.79%21.96%-
XYZ1.891.180.74-
YUV26.54123.75149.01-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 63.64%
GREEN value IS 13 (5.47% from 255) = 14.77%
BLUE value IS 19 (7.81% from 255) = 21.59%
R=63.64%
G=14.77%
B=21.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.66
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56131900.770.660.78351.6362.3213.53
Hex38D1304D424E1603ee
Octal70152301151021165407616
Binary11100011011001101001101100001010011101011000001111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380D13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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