#381214

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

Shades of Rustic Red #381214

Tints of Rustic Red #381214

Color information

#381214 (or 0x381214) is unknown color: approx Rustic Red. HEX triplet: 38, 12 and 14. RGB value is (56,18,20). Sum of RGB (Red+Green+Blue) = 56+18+20=94 (12% of max value = 765). Red value is 56 (22.27% from 255 or 59.57% from 94); Green value is 18 (7.42% from 255 or 19.15% from 94); Blue value is 20 (8.20% from 255 or 21.28% from 94); Max value from RGB is 56 - color contains mainly: red. Hex color #381214 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381214 is #C7EDEB. Grayscale: #1D1D1D. Windows color (decimal): -13102572 or 1315384. OLE color: 1315384.

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

Color convert

RGB561820-
CMYK00.680.640.78
HSL356.84º51.35%14.51%-
HSV(B)356.84º67.86%21.96%-
XYZ1.971.320.81-
YUV29.59122.59146.84-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 59.57%
GREEN value IS 18 (7.42% from 255) = 19.15%
BLUE value IS 20 (8.20% from 255) = 21.28%
R=59.57%
G=19.15%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.64
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56182000.680.640.78356.8451.3514.51
Hex381214044404E16533f
Octal70222401041001165456317
Binary111000100101010001000100100000010011101011001011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381214; }

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

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

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

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

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

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

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

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