#381114

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

Shades of Rustic Red #381114

Tints of Rustic Red #381114

Color information

#381114 (or 0x381114) is unknown color: approx Rustic Red. HEX triplet: 38, 11 and 14. RGB value is (56,17,20). Sum of RGB (Red+Green+Blue) = 56+17+20=93 (12% of max value = 765). Red value is 56 (22.27% from 255 or 60.22% from 93); Green value is 17 (7.03% from 255 or 18.28% from 93); Blue value is 20 (8.20% from 255 or 21.51% from 93); Max value from RGB is 56 - color contains mainly: red. Hex color #381114 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381114 is #C7EEEB. Grayscale: #1D1D1D. Windows color (decimal): -13102828 or 1315128. OLE color: 1315128.

HSL color Cylindrical-coordinate representation of color #381114: hue angle of 355.38º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #381114 is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.78.

Color convert

RGB561720-
CMYK00.700.640.78
HSL355.38º53.42%14.31%-
HSV(B)355.38º69.64%21.96%-
XYZ1.961.290.81-
YUV29122.92147.26-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 60.22%
GREEN value IS 17 (7.03% from 255) = 18.28%
BLUE value IS 20 (8.20% from 255) = 21.51%
R=60.22%
G=18.28%
B=21.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.64
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56172000.700.640.78355.3853.4214.31
Hex381114046404E16335e
Octal70212401061001165436516
Binary111000100011010001000110100000010011101011000111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381114; }

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

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

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

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

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

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

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

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