#38121A

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

Shades of Rustic Red #38121A

Tints of Rustic Red #38121A

Color information

#38121A (or 0x38121A) is unknown color: approx Rustic Red. HEX triplet: 38, 12 and 1A. RGB value is (56,18,26). Sum of RGB (Red+Green+Blue) = 56+18+26=100 (13% of max value = 765). Red value is 56 (22.27% from 255 or 56% from 100); Green value is 18 (7.42% from 255 or 18% from 100); Blue value is 26 (10.55% from 255 or 26% from 100); Max value from RGB is 56 - color contains mainly: red. Hex color #38121A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38121A is #C7EDE5. Grayscale: #1E1E1E. Windows color (decimal): -13102566 or 1708600. OLE color: 1708600.

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

Color convert

RGB561826-
CMYK00.680.540.78
HSL347.37º51.35%14.51%-
HSV(B)347.37º67.86%21.96%-
XYZ2.031.351.13-
YUV30.27125.59146.35-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 56%
GREEN value IS 18 (7.42% from 255) = 18%
BLUE value IS 26 (10.55% from 255) = 26%
R=56%
G=18%
B=26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.54
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56182600.680.540.78347.3751.3514.51
Hex38121A044364E15b33f
Octal7022320104661165336317
Binary11100010010110100100010011011010011101010110111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38121A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38121A; }

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

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

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

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

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

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

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

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