#38171A

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

Shades of Rustic Red #38171A

Tints of Rustic Red #38171A

Color information

#38171A (or 0x38171A) is unknown color: approx Rustic Red. HEX triplet: 38, 17 and 1A. RGB value is (56,23,26). Sum of RGB (Red+Green+Blue) = 56+23+26=105 (13% of max value = 765). Red value is 56 (22.27% from 255 or 53.33% from 105); Green value is 23 (9.38% from 255 or 21.90% from 105); Blue value is 26 (10.55% from 255 or 24.76% from 105); Max value from RGB is 56 - color contains mainly: red. Hex color #38171A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38171A is #C7E8E5. Grayscale: #212121. Windows color (decimal): -13101286 or 1709880. OLE color: 1709880.

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

Color convert

RGB562326-
CMYK00.590.540.78
HSL354.55º41.77%15.49%-
HSV(B)354.55º58.93%21.96%-
XYZ2.121.531.16-
YUV33.21123.93144.26-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 53.33%
GREEN value IS 23 (9.38% from 255) = 21.90%
BLUE value IS 26 (10.55% from 255) = 24.76%
R=53.33%
G=21.90%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.54
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56232600.590.540.78354.5541.7715.49
Hex38171A03B364E1632af
Octal702732073661165435217
Binary1110001011111010011101111011010011101011000111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38171A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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