#380E15

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

Shades of Rustic Red #380E15

Tints of Rustic Red #380E15

Color information

#380E15 (or 0x380E15) is unknown color: approx Rustic Red. HEX triplet: 38, 0E and 15. RGB value is (56,14,21). Sum of RGB (Red+Green+Blue) = 56+14+21=91 (12% of max value = 765). Red value is 56 (22.27% from 255 or 61.54% from 91); Green value is 14 (5.86% from 255 or 15.38% from 91); Blue value is 21 (8.59% from 255 or 23.08% from 91); Max value from RGB is 56 - color contains mainly: red. Hex color #380E15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380E15 is #C7F1EA. Grayscale: #1B1B1B. Windows color (decimal): -13103595 or 1379896. OLE color: 1379896.

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

Color convert

RGB561421-
CMYK00.750.630.78
HSL350º60%13.73%-
HSV(B)350º75%21.96%-
XYZ1.921.210.84-
YUV27.36124.41148.43-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 61.54%
GREEN value IS 14 (5.86% from 255) = 15.38%
BLUE value IS 21 (8.59% from 255) = 23.08%
R=61.54%
G=15.38%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.63
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56142100.750.630.783506013.73
Hex38E1504B3F4E15e3ce
Octal7016250113771165367416
Binary1110001110101010100101111111110011101010111101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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