#380B0F

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

Shades of Rustic Red #380B0F

Tints of Rustic Red #380B0F

Color information

#380B0F (or 0x380B0F) is unknown color: approx Rustic Red. HEX triplet: 38, 0B and 0F. RGB value is (56,11,15). Sum of RGB (Red+Green+Blue) = 56+11+15=82 (10% of max value = 765). Red value is 56 (22.27% from 255 or 68.29% from 82); Green value is 11 (4.69% from 255 or 13.41% from 82); Blue value is 15 (6.25% from 255 or 18.29% from 82); Max value from RGB is 56 - color contains mainly: red. Hex color #380B0F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380B0F is #C7F4F0. Grayscale: #181818. Windows color (decimal): -13104369 or 985912. OLE color: 985912.

HSL color Cylindrical-coordinate representation of color #380B0F: hue angle of 354.67º degrees, saturation: 0.67, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #380B0F is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.78.

Color convert

RGB561115-
CMYK00.800.730.78
HSL354.67º67.16%13.14%-
HSV(B)354.67º80.36%21.96%-
XYZ1.841.110.57-
YUV24.91122.41150.17-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 68.29%
GREEN value IS 11 (4.69% from 255) = 13.41%
BLUE value IS 15 (6.25% from 255) = 18.29%
R=68.29%
G=13.41%
B=18.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.73
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56111500.800.730.78354.6767.1613.14
Hex38BF050494E16343d
Octal701317012011111654310315
Binary11100010111111010100001001001100111010110001110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380B0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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