#380F18

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

Shades of Rustic Red #380F18

Tints of Rustic Red #380F18

Color information

#380F18 (or 0x380F18) is unknown color: approx Rustic Red. HEX triplet: 38, 0F and 18. RGB value is (56,15,24). Sum of RGB (Red+Green+Blue) = 56+15+24=95 (12% of max value = 765). Red value is 56 (22.27% from 255 or 58.95% from 95); Green value is 15 (6.25% from 255 or 15.79% from 95); Blue value is 24 (9.77% from 255 or 25.26% from 95); Max value from RGB is 56 - color contains mainly: red. Hex color #380F18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380F18 is #C7F0E7. Grayscale: #1C1C1C. Windows color (decimal): -13103336 or 1576760. OLE color: 1576760.

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

Color convert

RGB561524-
CMYK00.730.570.78
HSL346.83º57.75%13.92%-
HSV(B)346.83º73.21%21.96%-
XYZ1.971.251-
YUV28.28125.58147.77-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 58.95%
GREEN value IS 15 (6.25% from 255) = 15.79%
BLUE value IS 24 (9.77% from 255) = 25.26%
R=58.95%
G=15.79%
B=25.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.57
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56152400.730.570.78346.8357.7513.92
Hex38F18049394E15b3ae
Octal7017300111711165337216
Binary1110001111110000100100111100110011101010110111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380F18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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