#380D0F

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

Shades of Rustic Red #380D0F

Tints of Rustic Red #380D0F

Color information

#380D0F (or 0x380D0F) is unknown color: approx Rustic Red. HEX triplet: 38, 0D and 0F. RGB value is (56,13,15). Sum of RGB (Red+Green+Blue) = 56+13+15=84 (11% of max value = 765). Red value is 56 (22.27% from 255 or 66.67% from 84); Green value is 13 (5.47% from 255 or 15.48% from 84); Blue value is 15 (6.25% from 255 or 17.86% from 84); Max value from RGB is 56 - color contains mainly: red. Hex color #380D0F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380D0F is #C7F2F0. Grayscale: #1A1A1A. Windows color (decimal): -13103857 or 986424. OLE color: 986424.

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

Color convert

RGB561315-
CMYK00.770.730.78
HSL357.21º62.32%13.53%-
HSV(B)357.21º76.79%21.96%-
XYZ1.861.160.58-
YUV26.08121.75149.34-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 66.67%
GREEN value IS 13 (5.47% from 255) = 15.48%
BLUE value IS 15 (6.25% from 255) = 17.86%
R=66.67%
G=15.48%
B=17.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.73
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56131500.770.730.78357.2162.3213.53
Hex38DF04D494E1653ee
Octal70151701151111165457616
Binary1110001101111101001101100100110011101011001011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380D0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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