#38161B

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

Shades of Rustic Red #38161B

Tints of Rustic Red #38161B

Color information

#38161B (or 0x38161B) is unknown color: approx Rustic Red. HEX triplet: 38, 16 and 1B. RGB value is (56,22,27). Sum of RGB (Red+Green+Blue) = 56+22+27=105 (13% of max value = 765). Red value is 56 (22.27% from 255 or 53.33% from 105); Green value is 22 (8.98% from 255 or 20.95% from 105); Blue value is 27 (10.94% from 255 or 25.71% from 105); Max value from RGB is 56 - color contains mainly: red. Hex color #38161B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38161B is #C7E9E4. Grayscale: #202020. Windows color (decimal): -13101541 or 1775160. OLE color: 1775160.

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

Color convert

RGB562227-
CMYK00.610.520.78
HSL351.18º43.59%15.29%-
HSV(B)351.18º60.71%21.96%-
XYZ2.121.491.21-
YUV32.74124.76144.59-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 53.33%
GREEN value IS 22 (8.98% from 255) = 20.95%
BLUE value IS 27 (10.94% from 255) = 25.71%
R=53.33%
G=20.95%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.52
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56222700.610.520.78351.1843.5915.29
Hex38161B03D344E15f2cf
Octal702633075641165375417
Binary1110001011011011011110111010010011101010111111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38161B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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