#381718

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

Shades of Rustic Red #381718

Tints of Rustic Red #381718

Color information

#381718 (or 0x381718) is unknown color: approx Rustic Red. HEX triplet: 38, 17 and 18. RGB value is (56,23,24). Sum of RGB (Red+Green+Blue) = 56+23+24=103 (13% of max value = 765). Red value is 56 (22.27% from 255 or 54.37% from 103); Green value is 23 (9.38% from 255 or 22.33% from 103); Blue value is 24 (9.77% from 255 or 23.30% from 103); Max value from RGB is 56 - color contains mainly: red. Hex color #381718 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381718 is #C7E8E7. Grayscale: #212121. Windows color (decimal): -13101288 or 1578808. OLE color: 1578808.

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

Color convert

RGB562324-
CMYK00.590.570.78
HSL358.18º41.77%15.49%-
HSV(B)358.18º58.93%21.96%-
XYZ2.11.521.05-
YUV32.98122.93144.42-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 54.37%
GREEN value IS 23 (9.38% from 255) = 22.33%
BLUE value IS 24 (9.77% from 255) = 23.30%
R=54.37%
G=22.33%
B=23.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.57
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56232400.590.570.78358.1841.7715.49
Hex38171803B394E1662af
Octal702730073711165465217
Binary1110001011111000011101111100110011101011001101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381718; }

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

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

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

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

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

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

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

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