#38161C

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

Shades of Rustic Red #38161C

Tints of Rustic Red #38161C

Color information

#38161C (or 0x38161C) is unknown color: approx Rustic Red. HEX triplet: 38, 16 and 1C. RGB value is (56,22,28). Sum of RGB (Red+Green+Blue) = 56+22+28=106 (14% of max value = 765). Red value is 56 (22.27% from 255 or 52.83% from 106); Green value is 22 (8.98% from 255 or 20.75% from 106); Blue value is 28 (11.33% from 255 or 26.42% from 106); Max value from RGB is 56 - color contains mainly: red. Hex color #38161C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38161C is #C7E9E3. Grayscale: #202020. Windows color (decimal): -13101540 or 1840696. OLE color: 1840696.

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

Color convert

RGB562228-
CMYK00.610.500.78
HSL349.41º43.59%15.29%-
HSV(B)349.41º60.71%21.96%-
XYZ2.131.51.28-
YUV32.85125.26144.51-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 52.83%
GREEN value IS 22 (8.98% from 255) = 20.75%
BLUE value IS 28 (11.33% from 255) = 26.42%
R=52.83%
G=20.75%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.50
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56222800.610.500.78349.4143.5915.29
Hex38161C03D324E15d2cf
Octal702634075621165355417
Binary1110001011011100011110111001010011101010111011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38161C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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