#38161D

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

Shades of Rustic Red #38161D

Tints of Rustic Red #38161D

Color information

#38161D (or 0x38161D) is unknown color: approx Rustic Red. HEX triplet: 38, 16 and 1D. RGB value is (56,22,29). Sum of RGB (Red+Green+Blue) = 56+22+29=107 (14% of max value = 765). Red value is 56 (22.27% from 255 or 52.34% from 107); Green value is 22 (8.98% from 255 or 20.56% from 107); Blue value is 29 (11.72% from 255 or 27.10% from 107); Max value from RGB is 56 - color contains mainly: red. Hex color #38161D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38161D is #C7E9E2. Grayscale: #202020. Windows color (decimal): -13101539 or 1906232. OLE color: 1906232.

HSL color Cylindrical-coordinate representation of color #38161D: hue angle of 347.65º degrees, saturation: 0.44, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #38161D is Cyan = 0, Magento = 0.61, Yellow = 0.48 and Black (K on CMYK) = 0.78.

Color convert

RGB562229-
CMYK00.610.480.78
HSL347.65º43.59%15.29%-
HSV(B)347.65º60.71%21.96%-
XYZ2.141.51.34-
YUV32.96125.76144.43-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 52.34%
GREEN value IS 22 (8.98% from 255) = 20.56%
BLUE value IS 29 (11.72% from 255) = 27.10%
R=52.34%
G=20.56%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.48
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56222900.610.480.78347.6543.5915.29
Hex38161D03D304E15c2cf
Octal702635075601165345417
Binary1110001011011101011110111000010011101010111001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38161D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38161D; }

 p { color: rgb(56,22,29); }

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

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

 a { background-color: rgb(56,22,29); }

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

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

 span { border-color: rgb(56,22,29); }

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