#38171D

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

Shades of Rustic Red #38171D

Tints of Rustic Red #38171D

Color information

#38171D (or 0x38171D) is unknown color: approx Rustic Red. HEX triplet: 38, 17 and 1D. RGB value is (56,23,29). Sum of RGB (Red+Green+Blue) = 56+23+29=108 (14% of max value = 765). Red value is 56 (22.27% from 255 or 51.85% from 108); Green value is 23 (9.38% from 255 or 21.30% from 108); Blue value is 29 (11.72% from 255 or 26.85% from 108); Max value from RGB is 56 - color contains mainly: red. Hex color #38171D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38171D is #C7E8E2. Grayscale: #212121. Windows color (decimal): -13101283 or 1906488. OLE color: 1906488.

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

Color convert

RGB562329-
CMYK00.590.480.78
HSL349.09º41.77%15.49%-
HSV(B)349.09º58.93%21.96%-
XYZ2.161.541.35-
YUV33.55125.43144.01-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 51.85%
GREEN value IS 23 (9.38% from 255) = 21.30%
BLUE value IS 29 (11.72% from 255) = 26.85%
R=51.85%
G=21.30%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.48
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56232900.590.480.78349.0941.7715.49
Hex38171D03B304E15d2af
Octal702735073601165355217
Binary1110001011111101011101111000010011101010111011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38171D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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