#380F15

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

Shades of Rustic Red #380F15

Tints of Rustic Red #380F15

Color information

#380F15 (or 0x380F15) is unknown color: approx Rustic Red. HEX triplet: 38, 0F and 15. RGB value is (56,15,21). Sum of RGB (Red+Green+Blue) = 56+15+21=92 (12% of max value = 765). Red value is 56 (22.27% from 255 or 60.87% from 92); Green value is 15 (6.25% from 255 or 16.30% from 92); Blue value is 21 (8.59% from 255 or 22.83% from 92); Max value from RGB is 56 - color contains mainly: red. Hex color #380F15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380F15 is #C7F0EA. Grayscale: #1B1B1B. Windows color (decimal): -13103339 or 1380152. OLE color: 1380152.

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

Color convert

RGB561521-
CMYK00.730.630.78
HSL351.22º57.75%13.92%-
HSV(B)351.22º73.21%21.96%-
XYZ1.941.240.85-
YUV27.94124.08148.01-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 60.87%
GREEN value IS 15 (6.25% from 255) = 16.30%
BLUE value IS 21 (8.59% from 255) = 22.83%
R=60.87%
G=16.30%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.63
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56152100.730.630.78351.2257.7513.92
Hex38F150493F4E15f3ae
Octal7017250111771165377216
Binary1110001111101010100100111111110011101010111111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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