#381518

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

Shades of Rustic Red #381518

Tints of Rustic Red #381518

Color information

#381518 (or 0x381518) is unknown color: approx Rustic Red. HEX triplet: 38, 15 and 18. RGB value is (56,21,24). Sum of RGB (Red+Green+Blue) = 56+21+24=101 (13% of max value = 765). Red value is 56 (22.27% from 255 or 55.45% from 101); Green value is 21 (8.59% from 255 or 20.79% from 101); Blue value is 24 (9.77% from 255 or 23.76% from 101); Max value from RGB is 56 - color contains mainly: red. Hex color #381518 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381518 is #C7EAE7. Grayscale: #1F1F1F. Windows color (decimal): -13101800 or 1578296. OLE color: 1578296.

HSL color Cylindrical-coordinate representation of color #381518: hue angle of 354.86º degrees, saturation: 0.45, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #381518 is Cyan = 0, Magento = 0.63, Yellow = 0.57 and Black (K on CMYK) = 0.78.

Color convert

RGB562124-
CMYK00.630.570.78
HSL354.86º45.45%15.1%-
HSV(B)354.86º62.5%21.96%-
XYZ2.061.441.03-
YUV31.81123.6145.26-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 55.45%
GREEN value IS 21 (8.59% from 255) = 20.79%
BLUE value IS 24 (9.77% from 255) = 23.76%
R=55.45%
G=20.79%
B=23.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.57
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56212400.630.570.78354.8645.4515.1
Hex38151803F394E1632df
Octal702530077711165435517
Binary1110001010111000011111111100110011101011000111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381518; }

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

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

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

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

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

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

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

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