#380D10

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

Shades of Rustic Red #380D10

Tints of Rustic Red #380D10

Color information

#380D10 (or 0x380D10) is unknown color: approx Rustic Red. HEX triplet: 38, 0D and 10. RGB value is (56,13,16). Sum of RGB (Red+Green+Blue) = 56+13+16=85 (11% of max value = 765). Red value is 56 (22.27% from 255 or 65.88% from 85); Green value is 13 (5.47% from 255 or 15.29% from 85); Blue value is 16 (6.64% from 255 or 18.82% from 85); Max value from RGB is 56 - color contains mainly: red. Hex color #380D10 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380D10 is #C7F2EF. Grayscale: #1A1A1A. Windows color (decimal): -13103856 or 1051960. OLE color: 1051960.

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

Color convert

RGB561316-
CMYK00.770.710.78
HSL355.81º62.32%13.53%-
HSV(B)355.81º76.79%21.96%-
XYZ1.871.170.62-
YUV26.2122.25149.26-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 65.88%
GREEN value IS 13 (5.47% from 255) = 15.29%
BLUE value IS 16 (6.64% from 255) = 18.82%
R=65.88%
G=15.29%
B=18.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.71
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56131600.770.710.78355.8162.3213.53
Hex38D1004D474E1643ee
Octal70152001151071165447616
Binary11100011011000001001101100011110011101011001001111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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