#38121C

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

Shades of Rustic Red #38121C

Tints of Rustic Red #38121C

Color information

#38121C (or 0x38121C) is unknown color: approx Rustic Red. HEX triplet: 38, 12 and 1C. RGB value is (56,18,28). Sum of RGB (Red+Green+Blue) = 56+18+28=102 (13% of max value = 765). Red value is 56 (22.27% from 255 or 54.90% from 102); Green value is 18 (7.42% from 255 or 17.65% from 102); Blue value is 28 (11.33% from 255 or 27.45% from 102); Max value from RGB is 56 - color contains mainly: red. Hex color #38121C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38121C is #C7EDE3. Grayscale: #1E1E1E. Windows color (decimal): -13102564 or 1839672. OLE color: 1839672.

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

Color convert

RGB561828-
CMYK00.680.500.78
HSL344.21º51.35%14.51%-
HSV(B)344.21º67.86%21.96%-
XYZ2.061.361.25-
YUV30.5126.59146.19-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 54.90%
GREEN value IS 18 (7.42% from 255) = 17.65%
BLUE value IS 28 (11.33% from 255) = 27.45%
R=54.90%
G=17.65%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.50
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56182800.680.500.78344.2151.3514.51
Hex38121C044324E15833f
Octal7022340104621165306317
Binary11100010010111000100010011001010011101010110001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38121C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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