#38141C

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

Shades of Rustic Red #38141C

Tints of Rustic Red #38141C

Color information

#38141C (or 0x38141C) is unknown color: approx Rustic Red. HEX triplet: 38, 14 and 1C. RGB value is (56,20,28). Sum of RGB (Red+Green+Blue) = 56+20+28=104 (13% of max value = 765). Red value is 56 (22.27% from 255 or 53.85% from 104); Green value is 20 (8.20% from 255 or 19.23% from 104); Blue value is 28 (11.33% from 255 or 26.92% from 104); Max value from RGB is 56 - color contains mainly: red. Hex color #38141C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38141C is #C7EBE3. Grayscale: #1F1F1F. Windows color (decimal): -13102052 or 1840184. OLE color: 1840184.

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

Color convert

RGB562028-
CMYK00.640.500.78
HSL346.67º47.37%14.9%-
HSV(B)346.67º64.29%21.96%-
XYZ2.091.421.26-
YUV31.68125.93145.35-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 53.85%
GREEN value IS 20 (8.20% from 255) = 19.23%
BLUE value IS 28 (11.33% from 255) = 26.92%
R=53.85%
G=19.23%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.50
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56202800.640.500.78346.6747.3714.9
Hex38141C040324E15b2ff
Octal7024340100621165335717
Binary11100010100111000100000011001010011101010110111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38141C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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