#38040E

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

Shades of Rustic Red #38040E

Tints of Rustic Red #38040E

Color information

#38040E (or 0x38040E) is unknown color: approx Rustic Red. HEX triplet: 38, 04 and 0E. RGB value is (56,4,14). Sum of RGB (Red+Green+Blue) = 56+4+14=74 (9% of max value = 765). Red value is 56 (22.27% from 255 or 75.68% from 74); Green value is 4 (1.95% from 255 or 5.41% from 74); Blue value is 14 (5.86% from 255 or 18.92% from 74); Max value from RGB is 56 - color contains mainly: red. Hex color #38040E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #38040E is #C7FBF1. Grayscale: #141414. Windows color (decimal): -13106162 or 918584. OLE color: 918584.

HSL color Cylindrical-coordinate representation of color #38040E: hue angle of 348.46º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #38040E is Cyan = 0, Magento = 0.93, Yellow = 0.75 and Black (K on CMYK) = 0.78.

Color convert

RGB56414-
CMYK00.930.750.78
HSL348.46º86.67%11.76%-
HSV(B)348.46º92.86%21.96%-
XYZ1.750.960.51-
YUV20.69124.23153.19-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 75.68%
GREEN value IS 4 (1.95% from 255) = 5.41%
BLUE value IS 14 (5.86% from 255) = 18.92%
R=75.68%
G=5.41%
B=18.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.75
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5641400.930.750.78348.4686.6711.76
Hex384E05D4B4E15c57c
Octal70416013511311653412714
Binary1110001001110010111011001011100111010101110010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38040E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38040E; }

 p { color: rgb(56,4,14); }

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

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

 a { background-color: rgb(56,4,14); }

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

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

 span { border-color: rgb(56,4,14); }

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