#380F12

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

Shades of Rustic Red #380F12

Tints of Rustic Red #380F12

Color information

#380F12 (or 0x380F12) is unknown color: approx Rustic Red. HEX triplet: 38, 0F and 12. RGB value is (56,15,18). Sum of RGB (Red+Green+Blue) = 56+15+18=89 (11% of max value = 765). Red value is 56 (22.27% from 255 or 62.92% from 89); Green value is 15 (6.25% from 255 or 16.85% from 89); Blue value is 18 (7.42% from 255 or 20.22% from 89); Max value from RGB is 56 - color contains mainly: red. Hex color #380F12 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380F12 is #C7F0ED. Grayscale: #1B1B1B. Windows color (decimal): -13103342 or 1183544. OLE color: 1183544.

HSL color Cylindrical-coordinate representation of color #380F12: hue angle of 355.61º degrees, saturation: 0.58, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #380F12 is Cyan = 0, Magento = 0.73, Yellow = 0.68 and Black (K on CMYK) = 0.78.

Color convert

RGB561518-
CMYK00.730.680.78
HSL355.61º57.75%13.92%-
HSV(B)355.61º73.21%21.96%-
XYZ1.911.230.71-
YUV27.6122.58148.26-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 62.92%
GREEN value IS 15 (6.25% from 255) = 16.85%
BLUE value IS 18 (7.42% from 255) = 20.22%
R=62.92%
G=16.85%
B=20.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.68
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56151800.730.680.78355.6157.7513.92
Hex38F12049444E1643ae
Octal70172201111041165447216
Binary11100011111001001001001100010010011101011001001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380F12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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