#38171C

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

Shades of Rustic Red #38171C

Tints of Rustic Red #38171C

Color information

#38171C (or 0x38171C) is unknown color: approx Rustic Red. HEX triplet: 38, 17 and 1C. RGB value is (56,23,28). Sum of RGB (Red+Green+Blue) = 56+23+28=107 (14% of max value = 765). Red value is 56 (22.27% from 255 or 52.34% from 107); Green value is 23 (9.38% from 255 or 21.50% from 107); Blue value is 28 (11.33% from 255 or 26.17% from 107); Max value from RGB is 56 - color contains mainly: red. Hex color #38171C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38171C is #C7E8E3. Grayscale: #212121. Windows color (decimal): -13101284 or 1840952. OLE color: 1840952.

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

Color convert

RGB562328-
CMYK00.590.500.78
HSL350.91º41.77%15.49%-
HSV(B)350.91º58.93%21.96%-
XYZ2.151.541.28-
YUV33.44124.93144.09-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 52.34%
GREEN value IS 23 (9.38% from 255) = 21.50%
BLUE value IS 28 (11.33% from 255) = 26.17%
R=52.34%
G=21.50%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.50
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56232800.590.500.78350.9141.7715.49
Hex38171C03B324E15f2af
Octal702734073621165375217
Binary1110001011111100011101111001010011101010111111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38171C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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