#381218

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

Shades of Rustic Red #381218

Tints of Rustic Red #381218

Color information

#381218 (or 0x381218) is unknown color: approx Rustic Red. HEX triplet: 38, 12 and 18. RGB value is (56,18,24). Sum of RGB (Red+Green+Blue) = 56+18+24=98 (12% of max value = 765). Red value is 56 (22.27% from 255 or 57.14% from 98); Green value is 18 (7.42% from 255 or 18.37% from 98); Blue value is 24 (9.77% from 255 or 24.49% from 98); Max value from RGB is 56 - color contains mainly: red. Hex color #381218 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381218 is #C7EDE7. Grayscale: #1E1E1E. Windows color (decimal): -13102568 or 1577528. OLE color: 1577528.

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

Color convert

RGB561824-
CMYK00.680.570.78
HSL350.53º51.35%14.51%-
HSV(B)350.53º67.86%21.96%-
XYZ2.011.341.02-
YUV30.05124.59146.51-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 57.14%
GREEN value IS 18 (7.42% from 255) = 18.37%
BLUE value IS 24 (9.77% from 255) = 24.49%
R=57.14%
G=18.37%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.57
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56182400.680.570.78350.5351.3514.51
Hex381218044394E15f33f
Octal7022300104711165376317
Binary11100010010110000100010011100110011101010111111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381218; }

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

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

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

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

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

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

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

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