#381517

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

Shades of Rustic Red #381517

Tints of Rustic Red #381517

Color information

#381517 (or 0x381517) is unknown color: approx Rustic Red. HEX triplet: 38, 15 and 17. RGB value is (56,21,23). Sum of RGB (Red+Green+Blue) = 56+21+23=100 (13% of max value = 765). Red value is 56 (22.27% from 255 or 56% from 100); Green value is 21 (8.59% from 255 or 21% from 100); Blue value is 23 (9.38% from 255 or 23% from 100); Max value from RGB is 56 - color contains mainly: red. Hex color #381517 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381517 is #C7EAE8. Grayscale: #1F1F1F. Windows color (decimal): -13101801 or 1512760. OLE color: 1512760.

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

Color convert

RGB562123-
CMYK00.630.590.78
HSL356.57º45.45%15.1%-
HSV(B)356.57º62.5%21.96%-
XYZ2.051.440.98-
YUV31.69123.1145.34-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 56%
GREEN value IS 21 (8.59% from 255) = 21%
BLUE value IS 23 (9.38% from 255) = 23%
R=56%
G=21%
B=23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.59
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56212300.630.590.78356.5745.4515.1
Hex38151703F3B4E1652df
Octal702527077731165455517
Binary1110001010110111011111111101110011101011001011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381517; }

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

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

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

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

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

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

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

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