#380B0E

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

Shades of Rustic Red #380B0E

Tints of Rustic Red #380B0E

Color information

#380B0E (or 0x380B0E) is unknown color: approx Rustic Red. HEX triplet: 38, 0B and 0E. RGB value is (56,11,14). Sum of RGB (Red+Green+Blue) = 56+11+14=81 (10% of max value = 765). Red value is 56 (22.27% from 255 or 69.14% from 81); Green value is 11 (4.69% from 255 or 13.58% from 81); Blue value is 14 (5.86% from 255 or 17.28% from 81); Max value from RGB is 56 - color contains mainly: red. Hex color #380B0E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380B0E is #C7F4F1. Grayscale: #181818. Windows color (decimal): -13104370 or 920376. OLE color: 920376.

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

Color convert

RGB561114-
CMYK00.800.750.78
HSL356º67.16%13.14%-
HSV(B)356º80.36%21.96%-
XYZ1.831.110.53-
YUV24.8121.91150.26-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 69.14%
GREEN value IS 11 (4.69% from 255) = 13.58%
BLUE value IS 14 (5.86% from 255) = 17.28%
R=69.14%
G=13.58%
B=17.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.75
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56111400.800.750.7835667.1613.14
Hex38BE0504B4E16443d
Octal701316012011311654410315
Binary11100010111110010100001001011100111010110010010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380B0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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