#38171B

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

Shades of Rustic Red #38171B

Tints of Rustic Red #38171B

Color information

#38171B (or 0x38171B) is unknown color: approx Rustic Red. HEX triplet: 38, 17 and 1B. RGB value is (56,23,27). Sum of RGB (Red+Green+Blue) = 56+23+27=106 (14% of max value = 765). Red value is 56 (22.27% from 255 or 52.83% from 106); Green value is 23 (9.38% from 255 or 21.70% from 106); Blue value is 27 (10.94% from 255 or 25.47% from 106); Max value from RGB is 56 - color contains mainly: red. Hex color #38171B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38171B is #C7E8E4. Grayscale: #212121. Windows color (decimal): -13101285 or 1775416. OLE color: 1775416.

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

Color convert

RGB562327-
CMYK00.590.520.78
HSL352.73º41.77%15.49%-
HSV(B)352.73º58.93%21.96%-
XYZ2.141.531.22-
YUV33.32124.43144.17-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 52.83%
GREEN value IS 23 (9.38% from 255) = 21.70%
BLUE value IS 27 (10.94% from 255) = 25.47%
R=52.83%
G=21.70%
B=25.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.52
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56232700.590.520.78352.7341.7715.49
Hex38171B03B344E1612af
Octal702733073641165415217
Binary1110001011111011011101111010010011101011000011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38171B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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