#380F11

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

Shades of Rustic Red #380F11

Tints of Rustic Red #380F11

Color information

#380F11 (or 0x380F11) is unknown color: approx Rustic Red. HEX triplet: 38, 0F and 11. RGB value is (56,15,17). Sum of RGB (Red+Green+Blue) = 56+15+17=88 (11% of max value = 765). Red value is 56 (22.27% from 255 or 63.64% from 88); Green value is 15 (6.25% from 255 or 17.05% from 88); Blue value is 17 (7.03% from 255 or 19.32% from 88); Max value from RGB is 56 - color contains mainly: red. Hex color #380F11 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380F11 is #C7F0EE. Grayscale: #1B1B1B. Windows color (decimal): -13103343 or 1118008. OLE color: 1118008.

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

Color convert

RGB561517-
CMYK00.730.700.78
HSL357.07º57.75%13.92%-
HSV(B)357.07º73.21%21.96%-
XYZ1.91.220.67-
YUV27.49122.08148.34-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 63.64%
GREEN value IS 15 (6.25% from 255) = 17.05%
BLUE value IS 17 (7.03% from 255) = 19.32%
R=63.64%
G=17.05%
B=19.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.70
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56151700.730.700.78357.0757.7513.92
Hex38F11049464E1653ae
Octal70172101111061165457216
Binary11100011111000101001001100011010011101011001011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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