#381314

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

Shades of Rustic Red #381314

Tints of Rustic Red #381314

Color information

#381314 (or 0x381314) is unknown color: approx Rustic Red. HEX triplet: 38, 13 and 14. RGB value is (56,19,20). Sum of RGB (Red+Green+Blue) = 56+19+20=95 (12% of max value = 765). Red value is 56 (22.27% from 255 or 58.95% from 95); Green value is 19 (7.81% from 255 or 20% from 95); Blue value is 20 (8.20% from 255 or 21.05% from 95); Max value from RGB is 56 - color contains mainly: red. Hex color #381314 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381314 is #C7ECEB. Grayscale: #1E1E1E. Windows color (decimal): -13102316 or 1315640. OLE color: 1315640.

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

Color convert

RGB561920-
CMYK00.660.640.78
HSL358.38º49.33%14.71%-
HSV(B)358.38º66.07%21.96%-
XYZ1.991.360.82-
YUV30.18122.26146.42-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 58.95%
GREEN value IS 19 (7.81% from 255) = 20%
BLUE value IS 20 (8.20% from 255) = 21.05%
R=58.95%
G=20%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.64
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56192000.660.640.78358.3849.3314.71
Hex381314042404E16631f
Octal70232401021001165466117
Binary111000100111010001000010100000010011101011001101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381314; }

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

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

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

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

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

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

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

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